CssStyleEngine
The CSS style engine for creating CSSStyleSheet instances.
Gets the source code for the by default used base stylesheet.
Gets the default stylesheet as specified by the W3C:
http://www.w3.org/TR/CSS21/sample.html
Gets or sets the used parser options.
Gets the type for the CSS style engine.
public CssStyleEngine()
Creates a new style engine.
Creates a style declaration for the given source.
Creates a media list for the given source.
public Task<IStyleSheet> ParseStylesheetAsync(IResponse response, StyleOptions options, CancellationToken cancel)
Creates a style sheet for the given response asynchronously.
Sets a new default stylesheet defined by the provided string.