C# Class Utilities.IO.HTMLExtensions

Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CSSMinify ( string Input ) : string
Evaluate ( Match Matcher ) : string
HTMLMinify ( string Input ) : string
JavaScriptMinify ( string Input ) : string

Method Details

Minify() public static méthode

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
Résultat string

Minify() public static méthode

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
Résultat string

Minify() public static méthode

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
Résultat string