Method | Description | |
---|---|---|
Minify ( string content, bool isInlineCode ) : |
Produces a code minifiction of JS content by using the NUglify JS Minifier
|
|
Minify ( string content, bool isInlineCode, |
Produces a code minifiction of JS content by using the NUglify JS Minifier
|
|
NUglifyJsMinifier ( ) : System.Text |
Constructs an instance of the NUglify JS Minifier
|
|
NUglifyJsMinifier ( |
Constructs instance of NUglify 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 NUglifyJsMinifier ( |
||
settings | NUglify JS Minifier settings | |
return | System.Text |