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 fields.

Public Fields

  Name Description
Public field FilterOutput
If set to true, it will filter the output by using tag and attribute filtering, space reduce etc
Public field ReduceConsecutiveSpace
If true, it will reduce consecutive non-breaking spaces with one instance
Public field RemoveNewlines
New lines \r\n are replaced with space which saves space and makes the output compact
Public field ReplacementTag
If any tag found which is not allowed, it is replaced by this tag. Specify a tag which has least impact on output

See Also

Advanced