Method | Description | |
---|---|---|
BaseController ( IConfigurationService configuration ) : System | ||
RedirectBack ( ) : System.Web.Mvc.ActionResult | ||
View ( IView view, object model ) : System.Web.Mvc.ViewResult | ||
View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
EnsureModelFitsLayout ( object model ) : object |
protected BaseController ( IConfigurationService configuration ) : System | ||
configuration | IConfigurationService | |
return | System |
protected RedirectBack ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
protected View ( IView view, object model ) : System.Web.Mvc.ViewResult | ||
view | IView | |
model | object | |
return | System.Web.Mvc.ViewResult |
protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult | ||
viewName | string | |
masterName | string | |
model | object | |
return | System.Web.Mvc.ViewResult |