AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 IAttributeSelectorFactory

public interface IAttributeSelectorFactory
Represents a factory for attribute selectors.
using AngleSharp.Dom.Css; namespace AngleSharp.Services { public interface IAttributeSelectorFactory { ISelector Create(string combinator, string name, string value, string prefix); } }