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

In This Topic
    Content Property (AccordionPaneTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AccordionPane.Content. Sets the selector string to determine AccordionPane's content element.
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also