C# 클래스 NuGetGallery.Dashboard.Infrastructure.BaseController

상속: Controller
파일 보기 프로젝트 열기: NuGet/OpsDashboard

보호된 메소드들

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

비공개 메소드들

메소드 설명
EnsureModelFitsLayout ( object model ) : object

메소드 상세

BaseController() 보호된 메소드

protected BaseController ( IConfigurationService configuration ) : System
configuration IConfigurationService
리턴 System

RedirectBack() 보호된 메소드

protected RedirectBack ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

View() 보호된 메소드

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

View() 보호된 메소드

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