![]() |
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# |
![]() |
---|---|
public class HtmlWriter |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class HtmlWriter |
The type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
![]() |
FilterOutput |
If set to true, it will filter the output by using tag and attribute filtering,
space reduce etc
|
![]() |
ReduceConsecutiveSpace |
If true, it will reduce consecutive non-breaking spaces with one instance
|
![]() |
RemoveNewlines |
New lines \r\n are replaced with space which saves space and makes the
output compact
|
![]() |
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
Smartsite.Web Namespace