C# Class DD4T.Mvc.Html.DefaultComponentPresentationRenderer

Inheritance: IComponentPresentationRenderer
Exibir arquivo Open project: dd4t/DD4T.MVC Class Usage Examples

Private Properties

Property Type Description
MustInclude bool
MustInclude bool
RenderComponentPresentation System.Web.Mvc.MvcHtmlString

Public Methods

Method Description
ComponentPresentations ( IPage tridionPage, HtmlHelper htmlHelper, string includeComponentTemplate, string includeSchema ) : System.Web.Mvc.MvcHtmlString
DefaultComponentPresentationRenderer ( ILogger logger, IDD4TConfiguration configuration ) : System.Linq

Private Methods

Method Description
MustInclude ( IComponentTemplate itemToCheck, string pattern ) : bool
MustInclude ( ISchema itemToCheck, string pattern ) : bool
RenderComponentPresentation ( IComponentPresentation cp, HtmlHelper htmlHelper ) : System.Web.Mvc.MvcHtmlString

Method Details

ComponentPresentations() public method

public ComponentPresentations ( IPage tridionPage, HtmlHelper htmlHelper, string includeComponentTemplate, string includeSchema ) : System.Web.Mvc.MvcHtmlString
tridionPage IPage
htmlHelper HtmlHelper
includeComponentTemplate string
includeSchema string
return System.Web.Mvc.MvcHtmlString

DefaultComponentPresentationRenderer() public method

public DefaultComponentPresentationRenderer ( ILogger logger, IDD4TConfiguration configuration ) : System.Linq
logger ILogger
configuration IDD4TConfiguration
return System.Linq