AjaxHelper<'TModel> Constructor
Initializes a new instance of the AjaxHelper<'TModel> class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | AjaxHelper<'TModel>(ViewContext, IViewDataContainer) | Initializes a new instance of the AjaxHelper<'TModel> class by using the specified view context and view data container. |
![]() | AjaxHelper<'TModel>(ViewContext, IViewDataContainer, RouteCollection) | Initializes a new instance of the AjaxHelper<'TModel> class by using the specified view context, view data container, and URL route collection. |
AjaxHelper<'TModel> Constructor (ViewContext, IViewDataContainer)
Initializes a new instance of the AjaxHelper<'TModel> class by using the specified view context and view data container.
Parameters
- viewContext
-
Type:
System.Web.Mvc.ViewContext
The view context.
- viewDataContainer
-
Type:
System.Web.Mvc.IViewDataContainer
The view data container.
AjaxHelper<'TModel> Constructor (ViewContext, IViewDataContainer, RouteCollection)
Initializes a new instance of the AjaxHelper<'TModel> class by using the specified view context, view data container, and URL route collection.
Parameters
- viewContext
-
Type:
System.Web.Mvc.ViewContext
The view context.
- viewDataContainer
-
Type:
System.Web.Mvc.IViewDataContainer
The view data container.
- routeCollection
-
Type:
System.Web.Routing.RouteCollection
The URL route collection.
Show:
