TabStripItemTagHelper
Example
Razor
<tabstrip-item>
<content></content>
<tabstrip-item-actions></tabstrip-item-actions>
</tabstrip-item>
ChildTags
| Tag Name | Details |
|---|---|
| content | TabStripItemContentTagHelper |
| tabstrip-item-actions |
Attributes
| Attribute | Type | Description |
|---|---|---|
| asp-action | String | |
| asp-area | String | |
| closable | Boolean | Specifies the closable state of the item. |
| content-url | String | The URL to fetch the content |
| asp-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 |
| asp-fragment | String | |
| headers | IDictionary<String,String> | Specifies the HTTP headers of the request. |
| asp-host | String | |
| icon | String | Sets the icon CSS class name. |
| icon-class | String | Sets the icon CSS class name. |
| icon-position | IconPosition | Sets the position of the icon relative to the tab text. |
| 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 |
| asp-page | String | |
| asp-page-handler | String | |
| asp-protocol | String | |
| asp-route | String | |
| asp-all-route-data | IDictionary<String,String> | |
| selected | Boolean | Specifies whether the item is initially selected |
| sprite-css-classes | String[] | Sets the Sprite CSS classes. |
| 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 |