AssetPackager.ScriptDeferModule.Init C# (CSharp) 메소드

Init() 공개 메소드

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.
리턴 void
		public void Init(HttpApplication context)
		{
			context.PostRequestHandlerExecute += PostRequestHandlerExecute;
		}