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

要擷取之屬性的名稱。

傳回

套用至連結的指定屬性。

實作

適用於

另請參閱