C# Class Disco.Services.Web.Bundles.BundleModule

Inheritance: IHttpModule
Datei anzeigen Open project: garysharp/Disco

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
PreApplicationStart ( ) : void

Private Methods

Method Description
OnApplicationPostResolveRequestCache ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

PreApplicationStart() public static method

public static PreApplicationStart ( ) : void
return void