[]
ITagHelper implementation for AccordionPane.
[HtmlTargetElement("c1-accordion-pane")]
public class AccordionPaneTagHelper : SettingTagHelper<AccordionPane>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
AccordionPaneTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Content | Configurates Content. Sets the selector string to determine AccordionPane's content element. |
Header | Configurates Header. Sets the selector string to determine AccordionPane's header element. |
IsCollapsed | Configurates IsCollapsed. Sets a value that determines whether this AccordionPane is expanded or collapsed. |
IsDisabled | Configurates IsDisabled. Sets a value that determines whether this AccordionPane is disabled. |
IsVisible | Configurates IsVisible. Sets a value that determines whether this AccordionPane is visible. |
Name | Description |
---|---|
Process(TagHelperContext, TagHelperOutput) | |
ProcessChildContent(object, TagHelperContent) |