AjaxHelper 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
AjaxHelper(ViewContext, IViewDataContainer) |
Initializes a new instance of the AjaxHelper class using the specified view context and view data container. |
AjaxHelper(ViewContext, IViewDataContainer, RouteCollection) |
Initializes a new instance of the AjaxHelper class by using the specified view context, view data container, and route collection. |
AjaxHelper(ViewContext, IViewDataContainer)
Initializes a new instance of the AjaxHelper class using the specified view context and view data container.
public AjaxHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer);
new System.Web.Mvc.AjaxHelper : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer -> System.Web.Mvc.AjaxHelper
Public Sub New (viewContext As ViewContext, viewDataContainer As IViewDataContainer)
Parameters
- viewContext
- ViewContext
The view context.
- viewDataContainer
- IViewDataContainer
The view data container.
Exceptions
One or both of the parameters is null.
Applies to
AjaxHelper(ViewContext, IViewDataContainer, RouteCollection)
Initializes a new instance of the AjaxHelper class by using the specified view context, view data container, and route collection.
public AjaxHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer, System.Web.Routing.RouteCollection routeCollection);
new System.Web.Mvc.AjaxHelper : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer * System.Web.Routing.RouteCollection -> System.Web.Mvc.AjaxHelper
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 URL route collection.
Exceptions
One or more of the parameters is null.