C# Class Felbook.Controllers.FelbookController

Inheritance: Controller
Mostra file Open project: janmarek/Felbook

Public Methods

Method 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 method

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

FelbookController() public method

public FelbookController ( ) : System
return System

FelbookController() public method

public FelbookController ( IModel model ) : System
model IModel
return System

FlashMessage() public method

public FlashMessage ( string message, string type = FLASH_SUCCESS ) : void
message string
type string
return void