AssetPackager.ScriptDeferModule.Init C# (CSharp) Méthode

Init() public méthode

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication A that provides access to the /// methods, properties, and events common to all application objects within an /// ASP.NET application.
Résultat void
		public void Init(HttpApplication context)
		{
			context.PostRequestHandlerExecute += PostRequestHandlerExecute;
		}