C# 클래스 DD4T.Mvc.Controllers.TridionControllerBase

상속: Controller, IPageController, IComponentController
파일 보기 프로젝트 열기: dd4t/DD4T.MVC

공개 메소드들

메소드 설명
ComponentPresentation ( ) : System.Web.Mvc.ActionResult

Read component presentation from RouteData and render it with the specified view

TridionControllerBase ( IPageFactory pageFactory, IComponentPresentationFactory componentPresentationFactory, ILogger logger, IDD4TConfiguration dd4tConfiguration ) : System.Web.Mvc

비공개 메소드들

메소드 설명
Page ( string url ) : System.Web.Mvc.ActionResult
PreviewPage ( ) : System.Web.Mvc.ActionResult

메소드 상세

ComponentPresentation() 공개 메소드

Read component presentation from RouteData and render it with the specified view
public ComponentPresentation ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

TridionControllerBase() 공개 메소드

public TridionControllerBase ( IPageFactory pageFactory, IComponentPresentationFactory componentPresentationFactory, ILogger logger, IDD4TConfiguration dd4tConfiguration ) : System.Web.Mvc
pageFactory IPageFactory
componentPresentationFactory IComponentPresentationFactory
logger ILogger
dd4tConfiguration IDD4TConfiguration
리턴 System.Web.Mvc