Method | Description | |
---|---|---|
Minify ( string content, bool isInlineCode ) : |
Produces a code minifiction of JS content by using the YUI JS Compressor for .NET
|
|
Minify ( string content, bool isInlineCode, |
Produces a code minifiction of JS content by using the YUI JS Compressor for .NET
|
|
YuiJsMinifier ( ) : System.Collections.Generic |
Constructs an instance of the YUI JS Minifier
|
|
YuiJsMinifier ( |
Constructs an instance of the YUI JS Minifier
|
Method | Description | |
---|---|---|
ApplyJsSettingsToOriginalJsMinifier ( Yahoo.Yui.Compressor.JavaScriptCompressor originalMinifier, |
Applies a JS settings to original JS minifier
|
|
CreateOriginalJsMinifierInstance ( |
Creates a instance of original JS minifier
|
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 YuiJsMinifier ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public YuiJsMinifier ( |
||
settings | Settings of YUI JS Minifier | |
return | System.Collections.Generic |