Html Library Help
HtmlTextWriterWrapper Class
NamespacesHtmlHtmlTextWriterWrapper
This class wraps a HtmlTextWriter behind the IWriter interface.
Declaration Syntax
C#Visual BasicVisual C++
public class HtmlTextWriterWrapper : IWriter
Public Class HtmlTextWriterWrapper _
	Implements IWriter
public ref class HtmlTextWriterWrapper : IWriter
Members
All MembersConstructorsMethods



IconMemberDescription
HtmlTextWriterWrapper(HtmlTextWriter)
Initializes a new instance of the HtmlTextWriterWrapper class.

CloseTag()()()
Closes a tag. Writes an TagRightChar to the stream.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy
Object
HtmlTextWriterWrapper

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)