C# Class NuGetGallery.Dashboard.Infrastructure.BaseController

Inheritance: Controller
Afficher le fichier Open project: NuGet/OpsDashboard

Méthodes protégées

Méthode 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

Méthode Description
EnsureModelFitsLayout ( object model ) : object

Method Details

BaseController() protected méthode

protected BaseController ( IConfigurationService configuration ) : System
configuration IConfigurationService
Résultat System

RedirectBack() protected méthode

protected RedirectBack ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

View() protected méthode

protected View ( IView view, object model ) : System.Web.Mvc.ViewResult
view IView
model object
Résultat System.Web.Mvc.ViewResult

View() protected méthode

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