.NET API 1,261,568 bytes
IAttributeSelectorFactory
Represents a factory for attribute selectors.
using AngleSharp.
Dom.
Css;
namespace AngleSharp.
Services
{
public interface IAttributeSelectorFactory :
IService
{
ISelector Create(
string combinator,
string name,
string value,
string prefix);
}
}