AjaxHelper コンストラクター

定義

オーバーロード

AjaxHelper(ViewContext, IViewDataContainer)

指定したビュー コンテキストとビュー データ コンテナーを AjaxHelper 使用して、 クラスの新しいインスタンスを初期化します。

AjaxHelper(ViewContext, IViewDataContainer, RouteCollection)

指定したビュー コンテキスト、ビュー データ コンテナー、およびルート コレクションを使用して、 クラスの新しいインスタンス AjaxHelper を初期化します。

AjaxHelper(ViewContext, IViewDataContainer)

指定したビュー コンテキストとビュー データ コンテナーを AjaxHelper 使用して、 クラスの新しいインスタンスを初期化します。

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)

パラメーター

viewContext
ViewContext

ビュー コンテキスト。

viewDataContainer
IViewDataContainer

ビュー データ コンテナー。

例外

パラメーターの一方または両方が null です。

適用対象

AjaxHelper(ViewContext, IViewDataContainer, RouteCollection)

指定したビュー コンテキスト、ビュー データ コンテナー、およびルート コレクションを使用して、 クラスの新しいインスタンス AjaxHelper を初期化します。

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)

パラメーター

viewContext
ViewContext

ビュー コンテキスト。

viewDataContainer
IViewDataContainer

ビュー データ コンテナー。

routeCollection
RouteCollection

URL ルート コレクション。

例外

1 つ以上のパラメーターが null です。

適用対象