C# Class Machete.Web.Controllers.ImageController

Inheritance: MacheteController
Mostrar archivo Open project: SavageLearning/Machete

Public Methods

Method Description
GetImage ( int ID ) : System.Web.Mvc.FileContentResult

ImageController ( IImageService imageService ) : System.Web.Mvc

Protected Methods

Method Description
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

Method Details

GetImage() public method

public GetImage ( int ID ) : System.Web.Mvc.FileContentResult
ID int
return System.Web.Mvc.FileContentResult

ImageController() public method

public ImageController ( IImageService imageService ) : System.Web.Mvc
imageService IImageService
return System.Web.Mvc

Initialize() protected method

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
return void