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

[To be supplied.]

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

Parameters

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

See Also

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