Share via


RouteValues.Attributes Property

 

Gets the routing value attributes.

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

Syntax

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

Property Value

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

The routing value attributes.

See Also

RouteValues Class
Microsoft.Web.Mvc.Controls Namespace

Return to top