Sdílet prostřednictvím


DynamicHyperLink.IAttributeAccessor.GetAttribute(String) Metoda

Definice

Načte hodnotu zadaného atributu, který se použije u DynamicHyperLink ovládacího prvku.

 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

Parametry

key
String

Název atributu, který se má načíst.

Návraty

String

Zadaný atribut, který se použije na propojení.

Implementuje

Platí pro

Viz také