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

In This Topic
    HtmlAttributes Property (Code93)
    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