[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.AccordionPaneTagHelper

AccordionPaneTagHelper Class

ITagHelper implementation for AccordionPane.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-accordion-pane")]
public class AccordionPaneTagHelper : SettingTagHelper<AccordionPane>, ITagHelper, ITagHelperComponent

Constructors

Name Description
AccordionPaneTagHelper()

Properties

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.

Methods

Name Description
Process(TagHelperContext, TagHelperOutput)
ProcessChildContent(object, TagHelperContent)