C# 클래스 Cruncher.CssProcessor

The CSS processor for processing CSS files.
상속: ProcessorBase
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher

공개 메소드들

메소드 설명
ProcessCssCrunchAsync ( HttpContext context, bool minify ) : Task

Processes the css request using cruncher and returns the result.

메소드 상세

ProcessCssCrunchAsync() 공개 메소드

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. ///
리턴 Task