C# 클래스 Felbook.Controllers.FelbookController

상속: Controller
파일 보기 프로젝트 열기: janmarek/Felbook

공개 메소드들

메소드 설명
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

메소드 상세

AjaxFlashMessage() 공개 메소드

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

FelbookController() 공개 메소드

public FelbookController ( ) : System
리턴 System

FelbookController() 공개 메소드

public FelbookController ( IModel model ) : System
model IModel
리턴 System

FlashMessage() 공개 메소드

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