New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TabStripItemTagHelper

Example

<tabstrip-item>
    <content />
</tabstrip-item>

ChildTags

Tag Name Details
content TabStripItemContentTagHelper

Attributes

Attribute Type Description
action String
area String
content-url String The URL to fetch the content
controller String
data String The name of the JavaScript function which returns additional parameters which will be sent to the remote service.
enabled Boolean Specifies whether the item is initially enabled
encoded Boolean Specifies whether the item's text is encoded
fragment String
headers IDictionary<String,String> Specifies the HTTP headers of the request.
host String
icon String Specifies custom class name for the icon displayed by the item
icon-class String Specifies custom class name for the icon displayed by the item
image-html-attributes Object Specifies the HTML attributes of the image
image-url String Specifies the URL of the image displayed by the item
link-html-attributes Object Specifies the HTML attributes of the link
page String
page-handler String
protocol String
route String
route-values IDictionary<String,String>
selected Boolean Specifies whether the item is initially selected
text String Specifies the text displayed by the item
type String The type of request to make ("POST", "GET", "PUT" or "DELETE"). The default request is "GET".Refer to the jQuery.ajax documentation for further information.
visible Boolean Specifies whether the item will be rendered
In this article
Not finding the help you need?