C# Класс ImageMagick.Web.Handlers.MagickScriptHandler

IHttpHandler that can be used to send a scripted image to the response.
Наследование: ImageOptimizerHandler
Показать файл Открыть проект

Защищенные методы

Метод Описание
WriteFile ( HttpContext context ) : void

Writes the file to the response.

Приватные методы

Метод Описание
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

Описание методов

WriteFile() защищенный Метод

Writes the file to the response.
protected WriteFile ( HttpContext context ) : void
context System.Web.HttpContext
Результат void