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

In This Topic
    Content Property (DataLabelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataLabelBase.Content. Sets the content of data labels.
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also