TabStripItemTagHelper

Example

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

ChildTags

Tag NameDetails
contentTabStripItemContentTagHelper

Attributes

AttributeTypeDescription
actionString
areaString
content-urlStringThe URL to fetch the content
controllerString
dataStringThe name of the JavaScript function which returns additional parameters which will be sent to the remote service.
enabledBooleanSpecifies whether the item is initially enabled
encodedBooleanSpecifies whether the item's text is encoded
fragmentString
headersIDictionary<String,String>Specifies the HTTP headers of the request.
hostString
iconStringSets the sprite CSS class names.
icon-classStringSets the sprite CSS class names.
image-html-attributesObjectSpecifies the HTML attributes of the image
image-urlStringSpecifies the URL of the image displayed by the item
link-html-attributesObjectSpecifies the HTML attributes of the link
pageString
page-handlerString
protocolString
routeString
route-valuesIDictionary<String,String>
selectedBooleanSpecifies whether the item is initially selected
textStringSpecifies the text displayed by the item
typeStringThe type of request to make ("POST", "GET", "PUT" or "DELETE"). The default request is "GET".Refer to the jQuery.ajax documentation for further information.
visibleBooleanSpecifies whether the item will be rendered
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support