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

[To be supplied.]

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

Parameters

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

See Also

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