TabStripItemTagHelper
Example
Razor
<tabstrip-item>
<content></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 | Sets the sprite CSS class names. |
icon-class | String | Sets the sprite CSS class names. |
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 |