C# Class MyProducts.Web.CacheManifestHandler

Inheritance: IHttpHandler
Datei anzeigen Open project: ChristianWeyer/myProducts-End-to-End

Private Properties

Property Type Description
WriteBundle void

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
WriteBundle ( HttpContext context, string virtualPath ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void