C# Class ImageProcessor.Web.Plugins.PostProcessor.ApplicationEvents

Binds the PostProcessor to process any image requests within the web application. Many thanks to Azure Image Optimizer
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
Start ( ) : void

The initial startup method.

Private Methods

Method Description
PostProcess ( object sender, PostProcessingEventArgs e ) : void

Asynchronously post-processes cached images.

Method Details

Start() public static method

The initial startup method.
public static Start ( ) : void
return void