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.RenderBeginTag (Int32)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub RenderBeginTag( _
   ByVal tagKey As Integer _
)
[C#]
public virtual void RenderBeginTag(
   int tagKey
);
[C++]
public: virtual void RenderBeginTag(
   int tagKey
);
[JScript]
public function RenderBeginTag(
   tagKey : int
);

Parameters

tagKey
[To be supplied.]

See Also

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