IDocumentStyleStyleSheets Property
A list containing all the style sheets explicitly linked into or embedded in a document. For HTML documents, this includes external style sheets, included via the HTML LINK element, and inline STYLE elements.

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
IStyleSheetList StyleSheets { get; }

Property Value

Type: IStyleSheetList
See Also