C# Class Web.Generics.WebMvc.ImageResult

An specialized ActionResult for handling images
Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: inspira/Web.Generics

Méthodes publiques

Méthode Description
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
ImageResult ( Image image, string contentType ) : System

Private Methods

Méthode Description
GetFormat ( ) : ImageFormat

Method Details

ExecuteResult() public méthode

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
Résultat void

ImageResult() public méthode

public ImageResult ( Image image, string contentType ) : System
image Image
contentType string
Résultat System