HtmlParserOptions
Contains a number of options for the HTML parser.
namespace AngleSharp.Parser.Html
{
public struct HtmlParserOptions
{
public bool IsEmbedded { get; set; }
public bool IsScripting { get; set; }
public bool IsStrictMode { get; set; }
}
}