Dom.HtmlParserOptions Struct Reference

Detailed Description

Contains a number of options for the HTML parser.

Public Attributes

bool IsEmbedded
 Gets or sets if the document is embedded. More...
 
bool IsScripting
 Gets or sets if scripting is allowed. More...
 
bool IsStrictMode
 Gets or sets if errors should be treated as exceptions. More...
 

Member Data Documentation

bool Dom.HtmlParserOptions.IsEmbedded

Gets or sets if the document is embedded.

bool Dom.HtmlParserOptions.IsScripting

Gets or sets if scripting is allowed.

bool Dom.HtmlParserOptions.IsStrictMode

Gets or sets if errors should be treated as exceptions.