ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Control Class / CssClass Property

In This Topic
    CssClass Property (Control)
    In This Topic
    Gets or sets the css class of the control.
    Syntax
    'Declaration
     
    Public Property CssClass As String
    public string CssClass {get; set;}
    See Also