共用方式為


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

指派給屬性的值。

實作

適用於

另請參閱