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

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