バージョン

AddXAttribute(HtmlTextWriter,String) メソッド

HtmlTextWriter に複数の属性文字列を書き込みます
シンタックス
'宣言
 
Protected Overloads Sub AddXAttribute( _
   ByVal writer As HtmlTextWriter, _
   ByVal attributes As String _
) 
protected void AddXAttribute( 
   HtmlTextWriter writer,
   string attributes
)

パラメータ

writer
属性が追加される HtmlTextWrite。
attributes
フォームの属性設定を含む文字列
参照