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

IHttpHandler that can be used to optimize image before they are written to the response.
상속: MagickHandler
파일 보기 프로젝트 열기: dlemstra/Magick.NET

보호된 메소드들

메소드 설명
OptimizeFile ( string fileName ) : void

Optimizes the specified file.

WriteFile ( HttpContext context ) : void

Writes the file to the response.

비공개 메소드들

메소드 설명
CanOptimize ( MagickFormatInfo formatInfo ) : bool
CreateOptimizedFile ( string cacheFileName ) : void
GetOptimizedFileName ( ) : string
ImageOptimizerHandler ( IUrlResolver urlResolver, MagickFormatInfo formatInfo ) : System.IO

메소드 상세

OptimizeFile() 보호된 정적인 메소드

Optimizes the specified file.
protected static OptimizeFile ( string fileName ) : void
fileName string
리턴 void

WriteFile() 보호된 메소드

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