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

In This Topic
    Content Property (LineMarkerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.Content. Sets the content function that allows to customize the text content of the LineMarker.
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also