HtmlWriter Properties
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HtmlWriter Properties |
| HtmlWriter Class See Also Send Feedback |
The HtmlWriter type exposes the following members.
Properties
| Â | Name | Description |
|---|---|---|
|
|
BaseStream |
Gets the underlying stream object.
(Inherited from XmlTextWriter.) |
|
|
Formatting |
Indicates how the output is formatted.
(Inherited from XmlTextWriter.) |
|
|
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.) |
|
|
IndentChar |
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.
(Inherited from XmlTextWriter.) |
|
|
Namespaces |
Gets or sets a value indicating whether to do namespace support.
(Inherited from XmlTextWriter.) |
|
|
QuoteChar |
Gets or sets which character to use to quote attribute values.
(Inherited from XmlTextWriter.) |
|
|
Settings |
Gets the XmlWriterSettings object used to create this XmlWriter instance.
(Inherited from XmlWriter.) |
|
|
WriteState |
Gets the state of the writer.
(Inherited from XmlTextWriter.) |
|
|
XmlLang |
Gets the current xml:lang scope.
(Inherited from XmlTextWriter.) |
|
|
XmlSpace |
Gets an XmlSpace representing the current xml:space scope.
(Inherited from XmlTextWriter.) |