Html Library Help
IWriter Interface
NamespacesHtmlIWriter
Identifies methods used by the rendering system for writing data to streams. This was created strictly due to the differences between an XmlTextWriter and the other flavor of TextWriters like the StringWriter and HtmlTextWriter.
Declaration Syntax
C#Visual BasicVisual C++
public interface IWriter
Public Interface IWriter
public interface class IWriter
Members
All MembersMethods



IconMemberDescription
CloseTag()()()
Closes the tag.

Write(String)
Writes the specified s.

Write(Char)
Writes the specified c.

WriteAttribute(String, String)
Writes the attribute.

WriteBeginTag(String)
Writes the begin tag.

WriteEndTag(String)
Writes the end tag.

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