AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 IImplementation

public interface IImplementation
The DOMImplementation interface represent an object providing methods which are not dependent on any particular document.
IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId)

Creates and returns a DocumentType.

Creates and returns an HTML Document.

bool HasFeature(string feature, string version = null)

Returns a Boolean indicating if a given feature is supported or not. This function is unreliable and kept for compatibility purpose alone: except for SVG-related queries, it always returns true.