Метод | Описание | |
---|---|---|
Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string |
Minifies the file based on the data type specified
|
|
Minify ( this |
Combines and minifies various files
|
|
Minify ( this |
Combines and minifies various files
|
Метод | Описание | |
---|---|---|
CSSMinify ( string Input ) : string | ||
Evaluate ( |
||
HTMLMinify ( string Input ) : string | ||
JavaScriptMinify ( string Input ) : string |
public static Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string | ||
Input | this | Input text |
Type | MinificationType | Type of minification to run |
Результат | string |
public static Minify ( this |
||
Input | this |
input strings (file contents) |
Type | MinificationType | Type of minification |
Результат | string |
public static Minify ( this |
||
Input | this |
input strings (file contents) |
Type | MinificationType | Type of minification |
Результат | string |