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

In This Topic
    IsContentHtml Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml. Sets a value indicating whether items in this field contain HTML content rather than plain text.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also