Html |
The HtmlWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Release all resource used by the HtmlWriter object. | |
| Dispose(Boolean) | Release the unmanaged resources used by the HtmlWriter and optionally releases the managed resources. | |
| Equals | (Inherited from Object) | |
| Finalize |
Release unmanaged resources and perform other cleanup operations before the
HtmlWriter is reclaimed by garbage collection.
(Overrides ObjectFinalize) | |
| Flush | Flush any remaining state to the output stream. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) | |
| WriteAttribute(HtmlAttribute) | Write the attribute to the output stream. | |
| WriteAttribute(HtmlAttributeId, String) | Write the attribute to the output stream. | |
| WriteAttribute(String, String) | Write the attribute to the output stream. | |
| WriteAttribute(HtmlAttributeId, Char, Int32, Int32) | Write the attribute to the output stream. | |
| WriteAttribute(String, Char, Int32, Int32) | Write the attribute to the output stream. | |
| WriteAttributeName(HtmlAttributeId) | Write the attribute name to the output stream. | |
| WriteAttributeName(String) | Write the attribute name to the output stream. | |
| WriteAttributeValue(String) | Write the attribute value to the output stream. | |
| WriteAttributeValue(Char, Int32, Int32) | Write the attribute value to the output stream. | |
| WriteEmptyElementTag(HtmlTagId) | Write an empty element tag. | |
| WriteEmptyElementTag(String) | Write an empty element tag. | |
| WriteEndTag(HtmlTagId) | Write an end tag. | |
| WriteEndTag(String) | Write an end tag. | |
| WriteMarkupText(String) | Write a string containing HTML markup directly to the output, without escaping special characters. | |
| WriteMarkupText(Char, Int32, Int32) | Write a buffer containing HTML markup directly to the output, without escaping special characters. | |
| WriteStartTag(HtmlTagId) | Write a start tag. | |
| WriteStartTag(String) | Write a start tag. | |
| WriteText(String) | Write text to the output stream, escaping special characters. | |
| WriteText(String, Object) | Write text to the output stream, escaping special characters. | |
| WriteText(Char, Int32, Int32) | Write text to the output stream, escaping special characters. | |
| WriteToken | Write a token to the output stream. |