C# Class Tridion.Extensions.DynamicDelivery.Mvc.Html.DefaultComponentPresentationRenderer

Inheritance: IComponentPresentationRenderer
ファイルを表示 Open project: rainmaker2k/TridionMVCDotNet Class Usage Examples

Public Methods

Method Description
ComponentPresentations ( IPage tridionPage, HtmlHelper htmlHelper, string includeComponentTemplate, string includeSchema ) : System.Web.Mvc.MvcHtmlString
Create ( ) : IComponentPresentationRenderer

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

Create() public static method

public static Create ( ) : IComponentPresentationRenderer
return IComponentPresentationRenderer