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

ファイルを表示 Open project: rainmaker2k/TridionMVCDotNet

Public Methods

Method Description
RenderComponentPresentations ( this helper ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentations ( this helper, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentations ( this helper, string byComponentTemplate, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentations ( this helper, string byComponentTemplate, string bySchema, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString

Method Details

RenderComponentPresentations() public static method

public static RenderComponentPresentations ( this helper ) : System.Web.Mvc.MvcHtmlString
helper this
return System.Web.Mvc.MvcHtmlString

RenderComponentPresentations() public static method

public static RenderComponentPresentations ( this helper, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
helper this
renderer IComponentPresentationRenderer
return System.Web.Mvc.MvcHtmlString

RenderComponentPresentations() public static method

public static RenderComponentPresentations ( this helper, string byComponentTemplate, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
helper this
byComponentTemplate string
renderer IComponentPresentationRenderer
return System.Web.Mvc.MvcHtmlString

RenderComponentPresentations() public static method

public static RenderComponentPresentations ( this helper, string byComponentTemplate, string bySchema, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
helper this
byComponentTemplate string
bySchema string
renderer IComponentPresentationRenderer
return System.Web.Mvc.MvcHtmlString