AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9" />

 CssParserOptions

public struct CssParserOptions
Contains a number of options for the CSS parser.
namespace AngleSharp.Parser.Css { public struct CssParserOptions { public bool IsIncludingUnknownRules { get; set; } public bool IsIncludingUnknownDeclarations { get; set; } public bool IsToleratingInvalidSelectors { get; set; } public bool IsToleratingInvalidValues { get; set; } public bool IsToleratingInvalidConstraints { get; set; } public bool IsStoringTrivia { get; set; } } }