AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 CssDeclarationRule

Represents the base class for all style-rule similar rules.

public string this[string propertyName] { get; }

public int Length { get; }

protected abstract CssProperty CreateNewProperty(string name)

public string GetPropertyPriority(string propertyName)

public string GetPropertyValue(string propertyName)

protected string GetValue(string propertyName)

public string RemoveProperty(string propertyName)

public void SetProperty(string propertyName, string propertyValue, string priority = null)

protected void SetValue(string propertyName, string valueText)