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

[To be supplied.]

[Visual Basic]
Protected Sub PushEndTag( _
   ByVal endTag As String _
)
[C#]
protected void PushEndTag(
   string endTag
);
[C++]
protected: void PushEndTag(
   String* endTag
);
[JScript]
protected function PushEndTag(
   endTag : String
);

Parameters

endTag
[To be supplied.]

See Also

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