C# Класс AssetPackager.ScriptDeferModule

Adds ScriptDeferFilter to all .aspx pages.
Наследование: IHttpModule
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
PostRequestHandlerExecute void

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements IHttpModule.

Init ( System.Web.HttpApplication context ) : void

Initializes a module and prepares it to handle requests.

Приватные методы

Метод Описание
PostRequestHandlerExecute ( object sender, EventArgs e ) : void

Adds ScriptDeferFilter to all .aspx pages.

Описание методов

Dispose() публичный Метод

Disposes of the resources (other than memory) used by the module that implements IHttpModule.
public Dispose ( ) : void
Результат void

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