Show / Hide Table of Contents

Class HtmlPartialExtensions

Inheritance
object
HtmlPartialExtensions
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 HtmlPartialExtensions

Methods

Partial(DnnHtmlHelper, string)

Declaration
public static MvcHtmlString Partial(this DnnHtmlHelper html, string partialViewName)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName
Returns
Type Description
MvcHtmlString

Partial(DnnHtmlHelper, string, object)

Declaration
public static MvcHtmlString Partial(this DnnHtmlHelper html, string partialViewName, object model)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName
object model
Returns
Type Description
MvcHtmlString

Partial(DnnHtmlHelper, string, object, ViewDataDictionary)

Declaration
public static MvcHtmlString Partial(this DnnHtmlHelper html, string partialViewName, object model, ViewDataDictionary viewData)
Parameters
Type Name Description
DnnHtmlHelper html
string partialViewName
object model
ViewDataDictionary viewData
Returns
Type Description
MvcHtmlString

Partial(DnnHtmlHelper, string, ViewDataDictionary)

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