Css

EditableDocument.Css property

Allows to obtain stylesheet (CSS) resources (both external and embedded, but not inline), which are used by this HTML document

public List<CssText> Css { get; }

Remarks

This method returns a swallow copy of all used stylesheet resources: List is a new instance for every call, but resource instances are the same.

See Also