C# Class NuGetGallery.Dashboard.Infrastructure.BaseController

Inheritance: Controller
显示文件 Open project: NuGet/OpsDashboard

Protected Methods

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

Private Methods

Method Description
EnsureModelFitsLayout ( object model ) : object

Method Details

BaseController() protected method

protected BaseController ( IConfigurationService configuration ) : System
configuration IConfigurationService
return System

RedirectBack() protected method

protected RedirectBack ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

View() protected method

protected View ( IView view, object model ) : System.Web.Mvc.ViewResult
view IView
model object
return System.Web.Mvc.ViewResult

View() protected method

protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult
viewName string
masterName string
model object
return System.Web.Mvc.ViewResult