次の方法で共有


DynamicHyperLink.IAttributeAccessor.SetAttribute(String, String) メソッド

定義

DynamicHyperLink コントロールに適用する属性とその値を定義します。

 virtual void System.Web.UI.IAttributeAccessor.SetAttribute(System::String ^ key, System::String ^ value) = System::Web::UI::IAttributeAccessor::SetAttribute;
void IAttributeAccessor.SetAttribute (string key, string value);
override this.System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
Sub SetAttribute (key As String, value As String) Implements IAttributeAccessor.SetAttribute

パラメーター

key
String

属性の名前。

value
String

属性に割り当てられる値。

実装

適用対象

こちらもご覧ください