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

In This Topic
    IsContentHtml Property (ListBoxTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ListBox<T>.IsContentHtml. Sets a value indicating whether the list displays items as plain text or as HTML.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also