C# 클래스 Telerik.Web.Mvc.WebAssetHttpHandler

The HttpHandler to compress, cache and combine web assets.
상속: Telerik.Web.Mvc.Infrastructure.HttpHandlerBase
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
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