DynamicHyperLink.IAttributeAccessor.GetAttribute(String) Method

Definition

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

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string key);
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute

Parameters

key
String

The name of the attribute to retrieve.

Returns

The specified attribute that is applied to the link.

Implements

Applies to

See also