[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;
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace