DynamicField.GetAttribute Method (String)

 

Retrieves the specified attribute value.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract GetAttribute : 
        key:string -> string
override GetAttribute : 
        key:string -> string

Parameters

key
Type: System.String

The key of the attribute to get.

Return Value

Type: System.String

The value of the attribute.

.NET Framework
Available since 3.5
Return to top
Show: