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

应用于链接的指定特性。

实现

适用于

另请参阅