0

我需要在“代码隐藏”中使用AjaxHelper,但在创建新实例时遇到了麻烦。

我想使用的构造函数如下所示:

public AjaxHelper (System.Web.Mvc.ViewContext viewContext, System.Web.Mvc.IViewDataContainer viewDataContainer);

到目前为止,这就是我所得到的,不确定第一个参数是否正确..

var ajaxHelper = new AjaxHelper(this.ControllerContext.ParentActionViewContext,??);

如何正确创建新的 AjaxHelper?

4

0 回答 0