HtmlParserOptions
Contains a number of options for the HTML parser.
Gets or sets if the document is embedded.
Gets or sets if references to the original source document
should be kept on the elements in form of their tokens.
Gets or sets if the parsing of character references should
be avoided.
Note: With this option there is no way to determine from
AngleSharp what character references have been fully valid
vs. invalid.
Gets or sets if frames should not be supported. Once
set this will ignore frame elements and respect
noframes elements.
Gets or sets if scripting is allowed.
Gets or sets if errors should be treated as exceptions.
Gets or sets if XML processing instructions should be
parsed into DOM nodes.
Gets or sets the callback once a new element was created.