C# 클래스 Unipluss.Minifier.Minifier

파일 보기 프로젝트 열기: unipluss/Unipluss.Minifier 1 사용 예제들

공개 메소드들

메소드 설명
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 files, bool minify = true, bool delete = false, bool silent = false ) : void

메소드 상세

GetSubString() 공개 정적인 메소드

public static GetSubString ( string text, string start, string end ) : string
text string
start string
end string
리턴 string

Minifier() 공개 메소드

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

RemoveWhitespaceFromHtml() 공개 정적인 메소드

public static RemoveWhitespaceFromHtml ( string html ) : string
html string
리턴 string

run() 공개 메소드

public run ( ) : void
리턴 void