AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 IStylingProvider

public interface IStylingProvider
Defines the methods to access available style engines.
using AngleSharp.Services.Styling; namespace AngleSharp.Services { public interface IStylingProvider { IStyleEngine GetEngine(string mimeType); } }