AngleSharp by AngleSharp

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

.NET API 837,632 bytes

 DomImplementation

Provides a number of methods for performing operations that are independent of any particular instance of the DOM.

public IXmlDocument CreateDocument(string namespaceUri = null, string qualifiedName = null, IDocumentType doctype = null)

public IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId)

public IDocument CreateHtmlDocument(string title)

public bool HasFeature(string feature, string version = null)