C# Class DD4T.Mvc.Html.TridionHelper

Exibir arquivo Open project: dd4t/DD4T.MVC

Public Methods

Method Description
AddWelcomeFile ( string url ) : string
GetResolvedLink ( this component, string linkText, string showOnFail ) : System.Web.Mvc.MvcHtmlString
GetResolvedUrl ( this component ) : string
RenderComponentPresentations ( HtmlHelper helper, string byComponentTemplate, string bySchema, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentations ( this helper ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentations ( this helper, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentationsBySchema ( this helper, string bySchema ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentationsBySchema ( this helper, string bySchema, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentationsByView ( this helper, string byComponentTemplate ) : System.Web.Mvc.MvcHtmlString
RenderComponentPresentationsByView ( this helper, string byComponentTemplate, IComponentPresentationRenderer renderer ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
TridionHelper ( ) : System.Web.Mvc

Method Details

AddWelcomeFile() public static method

public static AddWelcomeFile ( string url ) : string
url string
return string

GetResolvedLink() public static method

public static GetResolvedLink ( this component, string linkText, string showOnFail ) : System.Web.Mvc.MvcHtmlString
component this
linkText string
showOnFail string
return System.Web.Mvc.MvcHtmlString

GetResolvedUrl() public static method

public static GetResolvedUrl ( this component ) : string
component this
return string

RenderComponentPresentations() public static method

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

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

RenderComponentPresentationsBySchema() public static method

public static RenderComponentPresentationsBySchema ( this helper, string bySchema ) : System.Web.Mvc.MvcHtmlString
helper this
bySchema string
return System.Web.Mvc.MvcHtmlString

RenderComponentPresentationsBySchema() public static method

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

RenderComponentPresentationsByView() public static method

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

RenderComponentPresentationsByView() public static method

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