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

In This Topic
    HtmlAttributes Property (Control)
    In This Topic
    Gets the HTML attributes.
    Syntax
    'Declaration
     
    Public ReadOnly Property HtmlAttributes As IDictionary(Of String,String)
    public IDictionary<string,string> HtmlAttributes {get;}
    See Also