C# Class MovingScrewdriver.Web.Infrastructure.GZipTransform

Inheritance: IBundleTransform
ファイルを表示 Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
GZipTransform ( string contentType ) : System
Process ( BundleContext context, BundleResponse response ) : void

Method Details

GZipTransform() public method

public GZipTransform ( string contentType ) : System
contentType string
return System

Process() public method

public Process ( BundleContext context, BundleResponse response ) : void
context BundleContext
response BundleResponse
return void