HtmlHelper<TModel> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HtmlHelper<TModel>(ViewContext, IViewDataContainer) |
Initializes a new instance of the HtmlHelper<TModel> class by using the specified view context and view data container. |
HtmlHelper<TModel>(ViewContext, IViewDataContainer, RouteCollection) |
Initializes a new instance of the HtmlHelper<TModel> class by using the specified view context, view data container, and route collection. |
HtmlHelper<TModel>(ViewContext, IViewDataContainer)
Initializes a new instance of the HtmlHelper<TModel> class by using the specified view context and view data container.
public HtmlHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer);
new System.Web.Mvc.HtmlHelper<'Model> : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer -> System.Web.Mvc.HtmlHelper<'Model>
Public Sub New (viewContext As ViewContext, viewDataContainer As IViewDataContainer)
Parameters
- viewContext
- ViewContext
The view context.
- viewDataContainer
- IViewDataContainer
The view data container.
Applies to
HtmlHelper<TModel>(ViewContext, IViewDataContainer, RouteCollection)
Initializes a new instance of the HtmlHelper<TModel> class by using the specified view context, view data container, and route collection.
public HtmlHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer, System.Web.Routing.RouteCollection routeCollection);
new System.Web.Mvc.HtmlHelper<'Model> : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer * System.Web.Routing.RouteCollection -> System.Web.Mvc.HtmlHelper<'Model>
Public Sub New (viewContext As ViewContext, viewDataContainer As IViewDataContainer, routeCollection As RouteCollection)
Parameters
- viewContext
- ViewContext
The view context.
- viewDataContainer
- IViewDataContainer
The view data container.
- routeCollection
- RouteCollection
The route collection.