메소드 | 설명 | |
---|---|---|
GetSubString ( string text, string start, string end ) : string | ||
Minifier ( string filepath, bool silent = false, bool js = true, bool css = true, bool html = true, bool allhtml = false, bool delete = false, string outputfile = null ) : System | ||
RemoveWhitespaceFromHtml ( string html ) : string | ||
run ( ) : void |
메소드 | 설명 | |
---|---|---|
combinefiles ( string pathNewFile, IEnumerable |
public static GetSubString ( string text, string start, string end ) : string | ||
text | string | |
start | string | |
end | string | |
리턴 | string |
public Minifier ( string filepath, bool silent = false, bool js = true, bool css = true, bool html = true, bool allhtml = false, bool delete = false, string outputfile = null ) : System | ||
filepath | string | |
silent | bool | |
js | bool | |
css | bool | |
html | bool | |
allhtml | bool | |
delete | bool | |
outputfile | string | |
리턴 | System |
public static RemoveWhitespaceFromHtml ( string html ) : string | ||
html | string | |
리턴 | string |