RouteValues.IAttributeAccessor.GetAttribute Method (String)
Retrieves the value of the specified attribute.
Namespace: Microsoft.Web.Mvc.Controls
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
string IAttributeAccessor.GetAttribute(
string key
)
private:
virtual String^ GetAttribute(
String^ key
) sealed = IAttributeAccessor::GetAttribute
private abstract GetAttribute :
key:string -> string
private override GetAttribute :
key:string -> string
Private Function GetAttribute (
key As String
) As String
Implements IAttributeAccessor.GetAttribute
Parameters
key
Type: System.StringThe key associated with the attribute.
Return Value
Type: System.String
The value of the specified attribute.
Implements
IAttributeAccessor.GetAttribute(String)
See Also
RouteValues Class
Microsoft.Web.Mvc.Controls Namespace
Return to top