C# Class Telerik.Web.Mvc.WebAssetHttpHandler

The HttpHandler to compress, cache and combine web assets.
Inheritance: Telerik.Web.Mvc.Infrastructure.HttpHandlerBase
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
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.

Method Details

ProcessRequest() public method

Enables a WebAssetHttpHandler object to process of requests.
public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase The context.
return void

WebAssetHttpHandler() public method

Initializes a new instance of the WebAssetHttpHandler class.
public WebAssetHttpHandler ( ) : System
return System

WebAssetHttpHandler() public method

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.
return System