AngleSharp by Florian Rappl

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

.NET API 1,113,600 bytes

 ICssProperty

public interface ICssProperty
Common interface of all CSS properties.
bool IsImportant { get; }

Gets if the !important flag has been set.

string Name { get; }

Gets the name of the property.

string Value { get; }

Gets the value of the property.