MvcControl.IAttributeAccessor.GetAttribute Method (String)

 

Retrieves the attribute of the control.

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

Return Value

Type: System.String

The retrieved attribute.

Implements

IAttributeAccessor.GetAttribute(String)

See Also

MvcControl Class
Microsoft.Web.Mvc.Controls Namespace

Return to top