PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 Code |
---|---|
public class ParserOptions |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ParserOptions |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
AutoCloseElements |
List of elements that do not need a close tag.
|
|
AutoCloseSiblingElements |
Collection of elements that will automatically close their sibling element.
|
|
ConvertToLower |
Set to true to convert all markup to lower case.
|
|
ForceRootNode |
Node name of the root element to be added if missing.
|
|
IgnoreNamespaces |
Set to true to ignore namespace declarations
|
|
ScriptElements |
Elements that contain script.
|
See Also
Smartsite.Base Namespace