Share via


MvcControl.Attributes Property

 

Gets the control attributes.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

[BrowsableAttribute(false)]
public IDictionary<string, string> Attributes { get; }
public:
[BrowsableAttribute(false)]
property IDictionary<String^, String^>^ Attributes {
    IDictionary<String^, String^>^ get();
}
[<BrowsableAttribute(false)>]
member Attributes : IDictionary<string, string> with get
<BrowsableAttribute(False)>
Public ReadOnly Property Attributes As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<StringString>

The control attributes.

See Also

MvcControl Class
Microsoft.Web.Mvc.Controls Namespace

Return to top