C# 클래스 Bundling.Extensions.Handlers.BundleHttpHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: unger/Bundling.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
GetBundleResponse ( Bundle bundle, BundleContext bundleContext ) : BundleResponse
GetSingleFileBundleResponse ( Bundle bundle, BundleContext bundleContext, string filepath ) : BundleResponse
SetBundleHeaders ( BundleResponse bundleResponse, BundleContext context ) : void

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void