ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AccordionPaneTagHelper Class
Properties Methods


In This Topic
    AccordionPaneTagHelper Class Members
    In This Topic

    The following tables list the members exposed by AccordionPaneTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<AccordionPane>)
    Public PropertyConfigurates C1.Web.Mvc.AccordionPane.Content. Sets the selector string to determine AccordionPane's content element.  
    Public PropertyConfigurates C1.Web.Mvc.AccordionPane.Header. Sets the selector string to determine AccordionPane's header element.  
    Public PropertyConfigurates C1.Web.Mvc.AccordionPane.IsCollapsed. Sets a value that determines whether this AccordionPane is expanded or collapsed.  
    Public PropertyConfigurates C1.Web.Mvc.AccordionPane.IsDisabled. Sets a value that determines whether this AccordionPane is disabled.  
    Public PropertyConfigurates C1.Web.Mvc.AccordionPane.IsVisible. Sets a value that determines whether this AccordionPane is visible.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<AccordionPane>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<AccordionPane>)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<AccordionPane>)
    Protected MethodOverridden.   
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<AccordionPane>)
    Top
    See Also