This class wraps a HtmlTextWriter behind the IWriter interface.
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| HtmlTextWriterWrapper(HtmlTextWriter) |
Initializes a new instance of the HtmlTextWriterWrapper class.
| |
| CloseTag()()() |
Closes a tag. Writes an TagRightChar to the stream.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| Write(String) |
Writes a string to the underlying HtmlTextWriter.
| |
| Write(Char) |
Writes the specified char to the stream.
| |
| WriteAttribute(String, String) |
Writes an attribute.
| |
| WriteBeginTag(String) |
Writes a begin tag.
| |
| WriteEndTag(String) |
Writes an end tag.
|
| Object | |
| HtmlTextWriterWrapper | |