C# 클래스 Web.Generics.WebMvc.ImageResult

An specialized ActionResult for handling images
상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: inspira/Web.Generics

공개 메소드들

메소드 설명
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
ImageResult ( Image image, string contentType ) : System

비공개 메소드들

메소드 설명
GetFormat ( ) : ImageFormat

메소드 상세

ExecuteResult() 공개 메소드

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
리턴 void

ImageResult() 공개 메소드

public ImageResult ( Image image, string contentType ) : System
image Image
contentType string
리턴 System