AngleSharp by Florian Rappl

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

.NET API 1,189,376 bytes

 IStyleSheet

public interface IStyleSheet
Represent a stylesheet for collecting style information.
string Href { get; }

Gets the value of the attribute, which is its location. For inline style sheets, the value of this attribute is null.

bool IsDisabled { get; set; }

Gets or sets if the stylesheet is applied to the document. Modifying this attribute may cause a new resolution of style for the document. If the media doesn't apply to the current user agent, the disabled attribute is ignored.

IMediaList Media { get; }

Gets the intended destination media for style information. The media is often specified in the ownerNode. If no media has been specified, the MediaList is empty.

Gets the element that associates this style sheet with the document.

Gets the parent stylesheet for style sheet languages that support the concept of style sheet inclusion.

string Title { get; }

Gets the advisory title. The title is often specified in the ownerNode.

string Type { get; }

Gets the style sheet language for this style sheet.