C# Class Frapid.Dashboard.Controllers.DashboardController

Inheritance: Frapid.Areas.FrapidController
Afficher le fichier Open project: frapid/frapid

Méthodes protégées

Méthode Description
FrapidView ( string path, object model = null ) : System.Web.Mvc.ContentResult
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
GetLayoutFile ( ) : string
GetLayoutPath ( ) : string
IsAjax ( HttpContextBase context ) : bool

Method Details

FrapidView() protected méthode

protected FrapidView ( string path, object model = null ) : System.Web.Mvc.ContentResult
path string
model object
Résultat System.Web.Mvc.ContentResult

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void