TabStripItemTagHelper

Example

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

ChildTags

Tag NameDetails
contentTabStripItemContentTagHelper
tabstrip-item-actions

Attributes

AttributeTypeDescription
actionString
areaString
closableBooleanSpecifies the closable state of the item.
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 icon CSS class name.
icon-classStringSets the icon CSS class name.
icon-positionIconPositionSets the position of the icon relative to the tab text.
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
sprite-css-classesString[]Sets the Sprite CSS classes.
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