DynamicHyperLink.IAttributeAccessor.GetAttribute(String) Metod

Definition

Hämtar värdet för det angivna attributet som tillämpas på DynamicHyperLink kontrollen.

 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

Parametrar

key
String

Namnet på attributet som ska hämtas.

Returer

Det angivna attributet som tillämpas på länken.

Implementeringar

Gäller för

Se även