Class HtmlRenderPartialExtensions
Inheritance
HtmlRenderPartialExtensions
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public static class HtmlRenderPartialExtensions
Methods
RenderPartial(DnnHtmlHelper, object, string)
Declaration
public static void RenderPartial(this DnnHtmlHelper html, object model, string partialViewName)
Parameters
RenderPartial(DnnHtmlHelper, string)
Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName)
Parameters
RenderPartial(DnnHtmlHelper, string, object, ViewDataDictionary)
Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName, object model, ViewDataDictionary viewData)
Parameters
RenderPartial(DnnHtmlHelper, string, ViewDataDictionary)
Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName, ViewDataDictionary viewData)
Parameters