C# Class DD4T.Mvc.Controllers.TridionControllerBase

Inheritance: Controller, IPageController, IComponentController
Show file Open project: dd4t/DD4T.MVC

Public Methods

Method Description
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

Private Methods

Method Description
Page ( string url ) : System.Web.Mvc.ActionResult
PreviewPage ( ) : System.Web.Mvc.ActionResult

Method Details

ComponentPresentation() public method

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

TridionControllerBase() public method

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