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

[To be supplied.]

[Visual Basic]
Overridable Protected Function IsNonClosingTag( _
   ByVal tagKey As Integer _
) As Boolean
[C#]
protected virtual bool IsNonClosingTag(
   int tagKey
);
[C++]
protected: virtual bool IsNonClosingTag(
   int tagKey
);
[JScript]
protected function IsNonClosingTag(
   tagKey : int
) : Boolean;

Parameters

tagKey
[To be supplied.]

See Also

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