The HtmlWriter type exposes the following members.

Properties

  Name Description
Public property BaseStream
Gets the underlying stream object.
(Inherited from XmlTextWriter.)
Public property Formatting
Indicates how the output is formatted.
(Inherited from XmlTextWriter.)
Public property Indentation
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.
(Inherited from XmlTextWriter.)
Public property IndentChar
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.
(Inherited from XmlTextWriter.)
Public property Namespaces
Gets or sets a value indicating whether to do namespace support.
(Inherited from XmlTextWriter.)
Public property QuoteChar
Gets or sets which character to use to quote attribute values.
(Inherited from XmlTextWriter.)
Public property Settings
Gets the XmlWriterSettings object used to create this XmlWriter instance.
(Inherited from XmlWriter.)
Public property WriteState
Gets the state of the writer.
(Inherited from XmlTextWriter.)
Public property XmlLang
Gets the current xml:lang scope.
(Inherited from XmlTextWriter.)
Public property XmlSpace
Gets an XmlSpace representing the current xml:space scope.
(Inherited from XmlTextWriter.)

See Also