C# 클래스 Web.Optimization.Bundles.Less.LessTransform

상속: IBundleTransform
파일 보기 프로젝트 열기: philipproplesch/Web.Optimization

공개 메소드들

메소드 설명
LessTransform ( ) : System
LessTransform ( dotless.Core.configuration.DotlessConfiguration configuration ) : System
Process ( BundleContext context, BundleResponse response ) : void

비공개 메소드들

메소드 설명
ResolveImports ( FileInfo file ) : string

메소드 상세

LessTransform() 공개 메소드

public LessTransform ( ) : System
리턴 System

LessTransform() 공개 메소드

public LessTransform ( dotless.Core.configuration.DotlessConfiguration configuration ) : System
configuration dotless.Core.configuration.DotlessConfiguration
리턴 System

Process() 공개 메소드

public Process ( BundleContext context, BundleResponse response ) : void
context BundleContext
response BundleResponse
리턴 void