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 (String, String, Int32)

[To be supplied.]

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

Parameters

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

See Also

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