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.WriteEndTag

[To be supplied.]

[Visual Basic]
Overridable Public Sub WriteEndTag( _
   ByVal tagName As String _
)
[C#]
public virtual void WriteEndTag(
   string tagName
);
[C++]
public: virtual void WriteEndTag(
   String* tagName
);
[JScript]
public function WriteEndTag(
   tagName : String
);

Parameters

tagName
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace