ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TooltipBaseTagHelper<TControl> Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (TooltipBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.TooltipBase.IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also