Show / Hide Table of Contents

Class HtmlRenderPartialExtensions

Inheritance
object
HtmlRenderPartialExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvc.Helpers
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
Type Name Description
DnnHtmlHelper html
object model
string partialViewName

RenderPartial(DnnHtmlHelper, string)

Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName

RenderPartial(DnnHtmlHelper, string, object, ViewDataDictionary)

Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName, object model, ViewDataDictionary viewData)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName
object model
ViewDataDictionary viewData

RenderPartial(DnnHtmlHelper, string, ViewDataDictionary)

Declaration
public static void RenderPartial(this DnnHtmlHelper html, string partialViewName, ViewDataDictionary viewData)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName
ViewDataDictionary viewData
Back to top by the community, for the community... #DNNCMS