DynamicHyperLink.IAttributeAccessor.GetAttribute Method (String)

.NET Framework (current version)
 

Retrieves the value of the specified attribute that is applied to the DynamicHyperLink control.

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

Private Function GetAttribute (
	key As String
) As String
	Implements IAttributeAccessor.GetAttribute

Parameters

key
Type: System.String

The name of the attribute to retrieve.

Return Value

Type: System.String

The specified attribute that is applied to the link.

.NET Framework
Available since 4.0
Return to top
Show: