Méthode | Description | |
---|---|---|
Minify ( string content, bool isInlineCode ) : |
Produces a code minifiction of CSS content by using the YUI CSS Compressor for .NET
|
|
Minify ( string content, bool isInlineCode, |
Produces a code minifiction of CSS content by using the YUI CSS Compressor for .NET
|
|
YuiCssMinifier ( ) : System |
Constructs an instance of the YUI CSS Minifier
|
|
YuiCssMinifier ( |
Constructs an instance of the YUI CSS Minifier
|
Méthode | Description | |
---|---|---|
ApplyCssSettingsToOriginalCssMinifier ( Yahoo.Yui.Compressor.CssCompressor originalMinifier, |
Applies a CSS settings to original CSS minifier
|
|
CreateOriginalCssMinifierInstance ( |
Creates a instance of original CSS minifier
|
public Minify ( string content, bool isInlineCode ) : |
||
content | string | CSS content |
isInlineCode | bool | Flag whether the content is inline code |
Résultat |
public Minify ( string content, bool isInlineCode, |
||
content | string | CSS content |
isInlineCode | bool | Flag whether the content is inline code |
encoding | Text encoding | |
Résultat |
public YuiCssMinifier ( |
||
settings | Settings of YUI CSS Minifier | |
Résultat | System |