Table of Contents

Interface ILinkStyle

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

Implemented by elements that may expose stylesheets.

[DomName("LinkStyle")]
[DomNoInterfaceObject]
public interface ILinkStyle
Extension Methods

Properties

Sheet

Gets the StyleSheet object associated with the given element, or null if there is none.

[DomName("sheet")]
IStyleSheet? Sheet { get; }

Property Value

IStyleSheet