C# Class Bundling.Extensions.Handlers.BundleHttpHandler

Inheritance: IHttpHandler
Datei anzeigen Open project: unger/Bundling.Extensions Class Usage Examples

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
GetBundleResponse ( Bundle bundle, BundleContext bundleContext ) : BundleResponse
GetSingleFileBundleResponse ( Bundle bundle, BundleContext bundleContext, string filepath ) : BundleResponse
SetBundleHeaders ( BundleResponse bundleResponse, BundleContext context ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void