C# Class Cruncher.CssProcessor

The CSS processor for processing CSS files.
Inheritance: ProcessorBase
Afficher le fichier Open project: JimBobSquarePants/Cruncher

Méthodes publiques

Méthode Description
ProcessCssCrunchAsync ( HttpContext context, bool minify ) : Task

Processes the css request using cruncher and returns the result.

Method Details

ProcessCssCrunchAsync() public méthode

Processes the css request using cruncher and returns the result.
public ProcessCssCrunchAsync ( HttpContext context, bool minify ) : Task
context System.Web.HttpContext /// The current context. ///
minify bool /// Whether to minify the output. ///
Résultat Task