C# Class Felbook.Controllers.FelbookController

Inheritance: Controller
Afficher le fichier Open project: janmarek/Felbook

Méthodes publiques

Méthode Description
AjaxFlashMessage ( string message, string type = FLASH_SUCCESS ) : System.Web.Mvc.JsonResult
FelbookController ( ) : System
FelbookController ( IModel model ) : System
FlashMessage ( string message, string type = FLASH_SUCCESS ) : void

Method Details

AjaxFlashMessage() public méthode

public AjaxFlashMessage ( string message, string type = FLASH_SUCCESS ) : System.Web.Mvc.JsonResult
message string
type string
Résultat System.Web.Mvc.JsonResult

FelbookController() public méthode

public FelbookController ( ) : System
Résultat System

FelbookController() public méthode

public FelbookController ( IModel model ) : System
model IModel
Résultat System

FlashMessage() public méthode

public FlashMessage ( string message, string type = FLASH_SUCCESS ) : void
message string
type string
Résultat void