次の方法で共有


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

取得する属性の名前。

戻り値

リンクに適用される指定された属性。

実装

適用対象

こちらもご覧ください