AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.390" />

.NET API 956,416 bytes

 AnyElement

sealed class AnyElement : Element
using System.Runtime.CompilerServices; namespace AngleSharp.Dom { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] internal sealed class AnyElement : Element { public AnyElement(Document owner, string localName, [System.Runtime.CompilerServices.Nullable(2)] string prefix, [System.Runtime.CompilerServices.Nullable(2)] string namespaceUri, NodeFlags flags = NodeFlags.None) : base(owner, localName, prefix, namespaceUri, flags) { } public override IElement ParseSubtree(string html) { return this.ParseHtmlSubtree(html); } } }