C# Class Telerik.Web.Mvc.WebAssetHttpHandler

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

Méthodes publiques

Méthode 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 méthode

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

WebAssetHttpHandler() public méthode

Initializes a new instance of the WebAssetHttpHandler class.
public WebAssetHttpHandler ( ) : System
Résultat System

WebAssetHttpHandler() public méthode

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.
Résultat System