C# Class PAWA.Controllers.ImageController

Inheritance: Controller
Afficher le fichier Open project: jarradm/PAWA

Méthodes publiques

Méthode 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

Méthode 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 méthode

public DisplayImage ( string filename ) : System.Web.Mvc.ActionResult
filename string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

UpdateImage() public méthode

public UpdateImage ( int fileID ) : System.Web.Mvc.ActionResult
fileID int
Résultat System.Web.Mvc.ActionResult

UploadImage() public méthode

public UploadImage ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult