| AddAttribute(string, string)
Adds the specified markup attribute and value to the opening tag of the element that the System.Web.UI.HtmlTextWriter object creates with a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method.
|
| AddAttribute(HtmlTextWriterAttribute, string)
Adds the markup attribute and the attribute value to the opening tag of the element that the System.Web.UI.HtmlTextWriter object creates with a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method.
|
| AddAttribute(string, string, bool)
Adds the specified markup attribute and value to the opening tag of the element that the System.Web.UI.HtmlTextWriter object creates with a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method, with optional encoding.
|
| AddAttribute(HtmlTextWriterAttribute, string, bool)
Adds the markup attribute and the attribute value to the opening tag of the element that the System.Web.UI.HtmlTextWriter object creates with a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method, with optional encoding.
|
| AddStyleAttribute(string, string)
Adds the specified markup style attribute and the attribute value to the opening markup tag created by a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method.
|
| AddStyleAttribute(HtmlTextWriterStyle, string)
Adds the markup style attribute associated with the specified System.Web.UI.HtmlTextWriterStyle value and the attribute value to the opening markup tag created by a subsequent call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method.
|
| BeginRender()
Notifies an System.Web.UI.HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered.
|
override | Close()
Closes the System.Web.UI.HtmlTextWriter object and releases any system resources associated with it.
|
| 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 HtmlTextWriter.BeginRender method.
|
| EnterStyle(System.Web.UI.WebControls.Style)
Writes the opening tag of a <span> element that contains attributes that implement the layout and character formatting of the specified style.
|
| EnterStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style.
|
| ExitStyle(System.Web.UI.WebControls.Style)
Writes the closing tag of a <span> element to end the specified layout and character formatting.
|
| ExitStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
Writes the closing tag of the specified markup element to end the specified layout and character formatting.
|
override | Flush()
Clears all buffers for the current System.Web.UI.HtmlTextWriter object and causes any buffered data to be written to the output stream.
|
| IsValidFormAttribute(string) : bool
Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element.
|
| RenderBeginTag(string)
Writes the opening tag of the specified markup element to the output stream.
|
| RenderBeginTag(HtmlTextWriterTag)
Writes the opening tag of the markup element associated with the specified System.Web.UI.HtmlTextWriterTag enumeration value to the output stream.
|
| RenderEndTag()
Writes the end tag of a markup element to the output stream.
|
override | Write(bool)
Writes the text representation of a Boolean value to the output stream, along with any pending tab spacing.
|
override | Write(char)
Writes the text representation of a Unicode character to the output stream, along with any pending tab spacing.
|
override | Write(char[])
Writes the text representation of an array of Unicode characters to the output stream, along with any pending tab spacing.
|
override | Write(double)
Writes the text representation of a double-precision floating-point number to the output stream, along with any pending tab spacing.
|
override | Write(int)
Writes the text representation of a 32-byte signed integer to the output stream, along with any pending tab spacing.
|
override | Write(long)
Writes the text representation of a 64-byte signed integer to the output stream, along with any pending tab spacing.
|
override | Write(object)
Writes the text representation of an object to the output stream, along with any pending tab spacing.
|
override | Write(float)
Writes the text representation of a single-precision floating-point number to the output stream, along with any pending tab spacing.
|
override | Write(string)
Writes the specified string to the output stream, along with any pending tab spacing.
|
override | Write(string, object)
Writes a tab string and a formatted string to the output stream, using the same semantics as the string.Format(string, object) method, along with any pending tab spacing.
|
override | Write(string, params object[])
Writes a formatted string that contains the text representation of an object array to the output stream, along with any pending tab spacing. This method uses the same semantics as the string.Format(string, Object[]) method.
|
override | Write(char[], int, int)
Writes the text representation of a subarray of Unicode characters to the output stream, along with any pending tab spacing.
|
override | Write(string, object, object)
Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. This method uses the same semantics as the string.Format(string, object, object) method.
|
| WriteAttribute(string, string)
Writes the specified markup attribute and value to the output stream.
|
| WriteAttribute(string, string, bool)
Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded.
|
| WriteBeginTag(string)
Writes any tab spacing and the opening tag of the specified markup element to the output stream.
|
| WriteBreak()
Writes a <br /> markup element to the output stream.
|
| WriteEncodedText(string)
Encodes the specified text for the requesting device, and then writes it to the output stream.
|
| WriteEncodedUrl(string)
Encodes the specified URL, and then writes it to the output stream. The URL might include parameters.
|
| WriteEncodedUrlParameter(string)
Encodes the specified URL parameter for the requesting device, and then writes it to the output stream.
|
| WriteEndTag(string)
Writes any tab spacing and the closing tag of the specified markup element.
|
| WriteFullBeginTag(string)
Writes any tab spacing and the opening tag of the specified markup element to the output stream.
|
override | WriteLine()
Writes a line terminator string to the output stream.
|
override | WriteLine(bool)
Writes any pending tab spacing and the text representation of a Boolean value, followed by a line terminator string, to the output stream.
|
override | WriteLine(char)
Writes any pending tab spacing and a Unicode character, followed by a line terminator string, to the output stream.
|
override | WriteLine(char[])
Writes any pending tab spacing and an array of Unicode characters, followed by a line terminator string, to the output stream.
|
override | WriteLine(double)
Writes any pending tab spacing and the text representation of a double-precision floating-point number, followed by a line terminator string, to the output stream.
|
override | WriteLine(int)
Writes any pending tab spacing and the text representation of a 32-byte signed integer, followed by a line terminator string, to the output stream.
|
override | WriteLine(long)
Writes any pending tab spacing and the text representation of a 64-byte signed integer, followed by a line terminator string, to the output stream.
|
override | WriteLine(object)
Writes any pending tab spacing and the text representation of an object, followed by a line terminator string, to the output stream.
|
override | WriteLine(float)
Writes any pending tab spacing and the text representation of a single-precision floating-point number, followed by a line terminator string, to the output stream.
|
override | WriteLine(string)
Writes any pending tab spacing and a text string, followed by a line terminator string, to the output stream.
|
override | WriteLine(uint)
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.
|
override | WriteLine(string, object)
Writes any pending tab spacing and a formatted string containing the text representation of an object, followed by a line terminator string, to the output stream.
|
override | WriteLine(string, params object[])
Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream.
|
override | WriteLine(char[], int, int)
Writes any pending tab spacing and a subarray of Unicode characters, followed by a line terminator string, to the output stream.
|
override | WriteLine(string, object, object)
Writes any pending tab spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream.
|
| WriteLineNoTabs(string)
Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing.
|
| WriteStyleAttribute(string, string)
Writes the specified style attribute to the output stream.
|
| WriteStyleAttribute(string, string, bool)
Writes the specified style attribute and value to the output stream, and encodes the value, if specified.
|