C# 클래스 Utilities.IO.HTMLExtensions

파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library

공개 메소드들

메소드 설명
Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string

Minifies the file based on the data type specified

Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string

Combines and minifies various files

Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string

Combines and minifies various files

비공개 메소드들

메소드 설명
CSSMinify ( string Input ) : string
Evaluate ( Match Matcher ) : string
HTMLMinify ( string Input ) : string
JavaScriptMinify ( string Input ) : string

메소드 상세

Minify() 공개 정적인 메소드

Minifies the file based on the data type specified
public static Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string
Input this Input text
Type MinificationType Type of minification to run
리턴 string

Minify() 공개 정적인 메소드

Combines and minifies various files
public static Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string
Input this input strings (file contents)
Type MinificationType Type of minification
리턴 string

Minify() 공개 정적인 메소드

Combines and minifies various files
public static Minify ( this Input, MinificationType Type = MinificationType.HTML ) : string
Input this input strings (file contents)
Type MinificationType Type of minification
리턴 string