This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class HtmlWriter
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class HtmlWriter

The type exposes the following properties.

Public Properties

  Name Description
Public property AllowedAttributes
Gets or sets the allowed attributes.
Public property AllowedTags
Gets or sets the allowed tags.
Public property BaseStream (Inherited from XmlTextWriter.)
Public property Formatting (Inherited from XmlTextWriter.)
Public property Indentation (Inherited from XmlTextWriter.)
Public property IndentChar (Inherited from XmlTextWriter.)
Public property Namespaces (Inherited from XmlTextWriter.)
Public property QuoteChar (Inherited from XmlTextWriter.)
Public property Settings (Inherited from XmlWriter.)
Public property WriteState (Inherited from XmlTextWriter.)
Public property XmlLang (Inherited from XmlTextWriter.)
Public property XmlSpace (Inherited from XmlTextWriter.)

See Also

Advanced