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