메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 |
public Minify ( string content, bool isInlineCode, |
||
content | string | JS content |
isInlineCode | bool | Flag whether the content is inline code |
encoding | Text encoding | |
리턴 |
public YuiJsMinifier ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public YuiJsMinifier ( |
||
settings | Settings of YUI JS Minifier | |
리턴 | System.Collections.Generic |