DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper

Namespace: DotNetNuke.Web.Mvc.Helpers
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public DnnHtmlHelper(
	ViewContext viewContext,
	IViewDataContainer viewDataContainer,
	RouteCollection routeCollection
)
Visual Basic
Public Sub New ( 
	viewContext As ViewContext,
	viewDataContainer As IViewDataContainer,
	routeCollection As RouteCollection
)

Parameters

viewContext
Type: ViewContext
paramviewContextM:DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)
viewDataContainer
Type: IViewDataContainer
paramviewDataContainerM:DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)
routeCollection
Type: System.Web.Routing..::..RouteCollection
paramrouteCollectionM:DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)

See Also