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

In This Topic
    IsContentHtml Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.IsContentHtml. Sets a value indicating whether items are bound to plain text or HTML.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also