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

In This Topic
    Content Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tile.Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content.
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also