[]
ITagHelper implementation for Tab.
[HtmlTargetElement("c1-tab")]
public class TabTagHelper : SettingTagHelper<Tab>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
TabTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Header | Configurates Header. Sets the selector string to determine tab's header element. |
IsDisabled | Configurates IsDisabled. Sets a value that determines whether this Tab is disabled. |
IsVisible | Configurates IsVisible. Sets a value that determines whether this Tab is visible. |
Pane | Configurates Pane. Sets the selector string to determine tab's content element. |
Name | Description |
---|---|
Process(TagHelperContext, TagHelperOutput) | Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. |