NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextWriter.AddAttribute (Int32, String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub AddAttribute( _
   ByVal key As Integer, _
   ByVal value As String _
)
[C#]
public virtual void AddAttribute(
   int key,
   string value
);
[C++]
public: virtual void AddAttribute(
   int key,
   String* value
);
[JScript]
public function AddAttribute(
   key : int,
   value : String
);

Parameters

key
[To be supplied.]
value
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace | HtmlTextWriter.AddAttribute Overload List