Метод | Описание | |
---|---|---|
ParseStyleSheet ( string stylesheet, WebDom defaultActiveSheet, bool combineWithDefault ) : WebDom.CssActiveSheet |
Parse the given stylesheet source to CSS blocks dictionary.
|
|
ParseStyleSheet ( WebDom cssData, string cssTextSource ) : void |
Parse the given stylesheet source to CSS blocks dictionary.
|
public static ParseStyleSheet ( string stylesheet, WebDom defaultActiveSheet, bool combineWithDefault ) : WebDom.CssActiveSheet | ||
stylesheet | string | raw css stylesheet to parse |
defaultActiveSheet | WebDom | |
combineWithDefault | bool | true - combine the parsed css data with default css data, false - return only the parsed css data |
Результат | WebDom.CssActiveSheet |
public static ParseStyleSheet ( WebDom cssData, string cssTextSource ) : void | ||
cssData | WebDom | the CSS data to fill with parsed CSS objects |
cssTextSource | string | raw css stylesheet to parse |
Результат | void |