AngleSharp by AngleSharp

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

 XmlParserOptions

public struct XmlParserOptions
Contains a number of options for the XML parser.
namespace AngleSharp.Parser.Xml { public struct XmlParserOptions { public bool IsSuppressingErrors { get; set; } } }