AjaxHelper<TModel> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AjaxHelper<TModel>(ViewContext, IViewDataContainer) |
使用指定的檢視內容和檢視資料容器, AjaxHelper<TModel> 初始化 類別的新實例。 |
AjaxHelper<TModel>(ViewContext, IViewDataContainer, RouteCollection) |
使用指定的檢視內容、檢視資料容器和 URL 路由集合,初始化 類別的新實例 AjaxHelper<TModel> 。 |
AjaxHelper<TModel>(ViewContext, IViewDataContainer)
使用指定的檢視內容和檢視資料容器, AjaxHelper<TModel> 初始化 類別的新實例。
public AjaxHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer);
new System.Web.Mvc.AjaxHelper<'Model> : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer -> System.Web.Mvc.AjaxHelper<'Model>
Public Sub New (viewContext As ViewContext, viewDataContainer As IViewDataContainer)
參數
- viewContext
- ViewContext
檢視內容。
- viewDataContainer
- IViewDataContainer
檢視資料容器。
適用於
AjaxHelper<TModel>(ViewContext, IViewDataContainer, RouteCollection)
使用指定的檢視內容、檢視資料容器和 URL 路由集合,初始化 類別的新實例 AjaxHelper<TModel> 。
public AjaxHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer, System.Web.Routing.RouteCollection routeCollection);
new System.Web.Mvc.AjaxHelper<'Model> : System.Web.Mvc.ViewContext * System.Web.Mvc.IViewDataContainer * System.Web.Routing.RouteCollection -> System.Web.Mvc.AjaxHelper<'Model>
Public Sub New (viewContext As ViewContext, viewDataContainer As IViewDataContainer, routeCollection As RouteCollection)
參數
- viewContext
- ViewContext
檢視內容。
- viewDataContainer
- IViewDataContainer
檢視資料容器。
- routeCollection
- RouteCollection
URL 路徑集合。