HtmlWriter Members
The HtmlWriter class provides methods that allow you to easily write HTML tags, HTML attribute, and text to an output HTML document.
The following tables list the members exposed by the HtmlWriter type.
Public Constructors
Name | Description | |
---|---|---|
HtmlWriter | Overloaded. The HtmlWriter constructor overloads create new HtmlWriter objects. |
Top
Public Properties
Name | Description | |
---|---|---|
WriterState | The WriterState property gets an HtmlWriterState enumeration value that indicates what the writer can next write. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
Flush | The Flush method clears all buffers for this HtmlWriter and causes any buffered data to be written to the destination TextWriter object or Stream object that it owns. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
WriteAttribute | Overloaded. The WriteAttribute method overloads write complete attributes to the output. | |
WriteAttributeName | Overloaded. The WriteAttributeName method overloads write attribute names to the output. | |
WriteAttributeValue | Overloaded. The WriteAttributeValue method overloads write attribute values to the current attribute in the output. | |
WriteEmptyElementTag | Overloaded. The WriteEmptyElementTag method overloads write empty element tags to the output. | |
WriteEndTag | Overloaded. The WriteEndTag method overloads write end tags to the output. | |
WriteMarkupText | Overloaded. The WriteMarkupText method overloads write HTML markup directly to the output. | |
WriteStartTag | Overloaded. The WriteStartTag method overloads write HTML start tags to the output. | |
WriteText | Overloaded. The WriteText method overloads write text to the output. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.IDisposable.Dispose | Releases all resources used by the HtmlWriter. |
Top