C# Класс Telerik.Web.Mvc.WebAssetHttpHandler

The HttpHandler to compress, cache and combine web assets.
Наследование: Telerik.Web.Mvc.Infrastructure.HttpHandlerBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProcessRequest ( System.Web.HttpContextBase context ) : void

Enables a WebAssetHttpHandler object to process of requests.

WebAssetHttpHandler ( ) : System

Initializes a new instance of the WebAssetHttpHandler class.

WebAssetHttpHandler ( IWebAssetRegistry assetRegistry, IHttpResponseCompressor httpResponseCompressor, IHttpResponseCacher httpResponseCacher ) : System

Initializes a new instance of the WebAssetHttpHandler class.

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

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

Enables a WebAssetHttpHandler object to process of requests.
public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase The context.
Результат void

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

Initializes a new instance of the WebAssetHttpHandler class.
public WebAssetHttpHandler ( ) : System
Результат System

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

Initializes a new instance of the WebAssetHttpHandler class.
public WebAssetHttpHandler ( IWebAssetRegistry assetRegistry, IHttpResponseCompressor httpResponseCompressor, IHttpResponseCacher httpResponseCacher ) : System
assetRegistry IWebAssetRegistry The asset registry.
httpResponseCompressor IHttpResponseCompressor The HTTP response compressor.
httpResponseCacher IHttpResponseCacher The HTTP response cacher.
Результат System