DynamicHyperLink.IAttributeAccessor.GetAttribute(String) Метод

Определение

Извлекает значение заданного атрибута, примененного к элементу управления DynamicHyperLink.

 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

Параметры

key
String

Имя извлекаемого атрибута.

Возвращаемое значение

String

Заданный атрибут, примененный к ссылке.

Реализации

Применяется к

См. также раздел