C# Class Our.Umbraco.Mortar.Web.Extensions.MortarExtensions

Mostrar archivo Open project: leekelleher/umbraco-mortar

Public Methods

Method Description
RenderMortarItem ( this helper, MortarRow row, MortarItem item, string viewPath = "", string actionName = "", object model = null ) : System.Web.HtmlString
RenderMortarItem ( this helper, RenderMortarItemViewModel item, string viewPath = "", string actionName = "", object model = null ) : System.Web.HtmlString
RenderMortarItems ( this helper, MortarRow row, HelperResult>.Func template ) : System.Web.WebPages.HelperResult

Method Details

RenderMortarItem() public static method

public static RenderMortarItem ( this helper, MortarRow row, MortarItem item, string viewPath = "", string actionName = "", object model = null ) : System.Web.HtmlString
helper this
row Our.Umbraco.Mortar.Models.MortarRow
item Our.Umbraco.Mortar.Models.MortarItem
viewPath string
actionName string
model object
return System.Web.HtmlString

RenderMortarItem() public static method

public static RenderMortarItem ( this helper, RenderMortarItemViewModel item, string viewPath = "", string actionName = "", object model = null ) : System.Web.HtmlString
helper this
item Our.Umbraco.Mortar.Web.ViewModels.RenderMortarItemViewModel
viewPath string
actionName string
model object
return System.Web.HtmlString

RenderMortarItems() public static method

public static RenderMortarItems ( this helper, MortarRow row, HelperResult>.Func template ) : System.Web.WebPages.HelperResult
helper this
row Our.Umbraco.Mortar.Models.MortarRow
template HelperResult>.Func
return System.Web.WebPages.HelperResult