Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ImageProcessor
Web
Plugins
PostProcessor
ApplicationEvents
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
Datei anzeigen
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