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
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
Start ( ) : void

The initial startup method.

Private Methods

Méthode Description
PostProcess ( object sender, PostProcessingEventArgs e ) : void

Asynchronously post-processes cached images.

Method Details

Start() public static méthode

The initial startup method.
public static Start ( ) : void
Résultat void