AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.0-alpha-84" />

.NET API 879,104 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, NodeFlags flags = 0)

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