AngleSharp by AngleSharp

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

.NET API 837,632 bytes

 IElementFactory<TDocument, TElement>

public interface IElementFactory<TDocument, TElement> where TDocument : IDocument where TElement : IElement
Represents an element factory.
TElement Create(TDocument document, string localName, string prefix = null)

Creates a new element with the given local name and optional prefix.