| Name | Description |
 | AddAttribute | Overloaded. Overridden. |
 | AddStyleAttribute | Overloaded. Overridden. |
 | BeginRender | Notifies an System.Web.UI.HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered. (Inherited from System.Web.UI.HtmlTextWriter) |
 | Close | Closes the System.Web.UI.HtmlTextWriter object and releases any system resources associated with it. (Inherited from System.Web.UI.HtmlTextWriter) |
 | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
 | Dispose | Overloaded. Releases the unmanaged resources used by the System.IO.TextWriter and optionally releases the managed resources. (Inherited from System.IO.TextWriter) |
 | EndRender | Notifies an System.Web.UI.HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the System.Web.UI.HtmlTextWriter.BeginRender method. (Inherited from System.Web.UI.HtmlTextWriter) |
 | EnterStyle | Overloaded. Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from System.Web.UI.HtmlTextWriter) |
 | ExitStyle | Overloaded. Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from System.Web.UI.HtmlTextWriter) |
 | Flush | Clears all buffers for the current System.Web.UI.HtmlTextWriter object and causes any buffered data to be written to the output stream. (Inherited from System.Web.UI.HtmlTextWriter) |
 | FlushAsync | Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.TextWriter) |
 | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | IsValidFormAttribute | Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element. (Inherited from System.Web.UI.HtmlTextWriter) |
 | RenderBeginTag | Overloaded. Overridden. |
 | RenderEndTag | Overridden. |
 | Write | Overloaded. Overridden. Writes the text representation of a 4-byte unsigned integer to the text string or stream. |
 | WriteAsync | Overloaded. Writes a character to the text string or stream asynchronously. (Inherited from System.IO.TextWriter) |
 | WriteAttribute | Overloaded. Overridden. |
 | WriteBeginTag | Overridden. |
 | WriteBreak | Writes a %[LangWord]<br />% markup element to the output stream. (Inherited from System.Web.UI.HtmlTextWriter) |
 | WriteEncodedText | Encodes the specified text for the requesting device, and then writes it to the output stream. (Inherited from System.Web.UI.HtmlTextWriter) |
 | WriteEncodedUrl | Encodes the specified URL, and then writes it to the output stream. The URL might include parameters. (Inherited from System.Web.UI.HtmlTextWriter) |
 | WriteEncodedUrlParameter | Encodes the specified URL parameter for the requesting device, and then writes it to the output stream. (Inherited from System.Web.UI.HtmlTextWriter) |
 | WriteEndTag | Overridden. |
 | WriteFullBeginTag | Overridden. |
 | WriteLine | Overloaded. Overridden. Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream. |
 | WriteLineAsync | Overloaded. Writes a character followed by a line terminator asynchronously to the text string or stream. (Inherited from System.IO.TextWriter) |
 | WriteLineNoTabs | Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing. (Inherited from System.Web.UI.HtmlTextWriter) |
 | WriteStyleAttribute | Overloaded. Overridden. |