C# Class ImageMagick.Web.Handlers.MagickScriptHandler

IHttpHandler that can be used to send a scripted image to the response.
Inheritance: ImageOptimizerHandler
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes protégées

Méthode Description
WriteFile ( HttpContext context ) : void

Writes the file to the response.

Private Methods

Méthode Description
CreateScriptedFile ( IXPathNavigable xml, string cacheFileName ) : void
GetCacheFileName ( IXPathNavigable xml ) : string
GetScriptedFileName ( ) : string
MagickScriptHandler ( IUrlResolver urlResolver, MagickFormatInfo formatInfo ) : System.IO
OnScriptRead ( object sender, ScriptReadEventArgs arguments ) : void
WriteToCache ( MagickImage image, string cacheFileName ) : void

Method Details

WriteFile() protected méthode

Writes the file to the response.
protected WriteFile ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void