C# Class PAWA.Controllers.ImageController

Inheritance: Controller
Exibir arquivo Open project: jarradm/PAWA

Public Methods

Method Description
DisplayImage ( string filename ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
UpdateImage ( int fileID ) : System.Web.Mvc.ActionResult
UploadImage ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
DisplayImage ( string fileName, string editImage, string deleteImage, string ShareToFacebook ) : System.Web.Mvc.ActionResult
UpdateImage ( System.Web.Mvc.FormCollection form, string saveImage, string cancelImage ) : System.Web.Mvc.ActionResult
UploadImage ( System.Web.HttpPostedFileBase file, string FolderID, string description, string tags ) : System.Web.Mvc.ActionResult

Method Details

DisplayImage() public method

public DisplayImage ( string filename ) : System.Web.Mvc.ActionResult
filename string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UpdateImage() public method

public UpdateImage ( int fileID ) : System.Web.Mvc.ActionResult
fileID int
return System.Web.Mvc.ActionResult

UploadImage() public method

public UploadImage ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult