C# Class ImageMagick.Web.Handlers.MagickScriptHandler

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

Protected Methods

Method Description
WriteFile ( HttpContext context ) : void

Writes the file to the response.

Private Methods

Method 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 method

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