C# 클래스 ImageMagick.Web.Handlers.MagickScriptHandler

IHttpHandler that can be used to send a scripted image to the response.
상속: ImageOptimizerHandler
파일 보기 프로젝트 열기: dlemstra/Magick.NET

보호된 메소드들

메소드 설명
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