BuildMaster SDK Reference
Version:
SlimHtmlTextWriter Class
Slimmed down version of System.Web.UI.HtmlTextWriter.
Inheritance Hierarchy
- object
- System.MarshalByRefObject
- System.IO.TextWriter
- Inedo.Web.SlimHtmlTextWriter
Syntax
public
class
SlimHtmlTextWriter : System.IO.TextWriter, System.IDisposable
Properties
|
Name |
Description |
|
CurrentTag
|
Gets the current tag.
|
|
DisableFormatting
|
Gets or sets a value indicating whether formatting is currently enabled.
|
|
Encoding
|
Gets the encoding of the underlying System.IO.TextWriter.
|
|
IndentLevel
|
Gets the current indent level.
|
|
IndentText
|
Gets or sets the string to use for individual indent tabs.
|