Method | Description | |
---|---|---|
Minify ( string content, bool isInlineCode ) : |
Produces a code minifiction of CSS content by using the Microsoft Ajax CSS Minifier
|
|
Minify ( string content, bool isInlineCode, |
Produces a code minifiction of CSS content by using the Microsoft Ajax CSS Minifier
|
|
MsAjaxCssMinifier ( ) : System.Collections.Generic |
Constructs an instance of the Microsoft Ajax CSS Minifier
|
|
MsAjaxCssMinifier ( |
Constructs an instance of the Microsoft Ajax CSS Minifier
|
Method | Description | |
---|---|---|
CreateOriginalCssMinifierSettings ( |
Creates a original CSS minifier settings
|
|
MapCssSettings ( Microsoft.Ajax.Utilities.CssSettings originalSettings, |
Maps a CSS minifier settings
|
public Minify ( string content, bool isInlineCode ) : |
||
content | string | CSS content |
isInlineCode | bool | Flag whether the content is inline code |
return |
public Minify ( string content, bool isInlineCode, |
||
content | string | CSS content |
isInlineCode | bool | Flag whether the content is inline code |
encoding | Text encoding | |
return |
public MsAjaxCssMinifier ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MsAjaxCssMinifier ( |
||
settings | Microsoft Ajax CSS Minifier settings | |
return | System.Collections.Generic |