下面是我在视图中的代码,后面是控制器中的方法:
<td>@AJAX.Actionlink("January","ControllerMethod",new VIEwDataDictionary{{"month","January"}},new AJAXOptions { UpdateTargetID = "vIEw-month" })</td>public ActionResult VIEwMonths(string month) { //some code here return PartialVIEw("VIEwMonths",schedule); }
有任何想法吗?
解决方法 试试这种方式@AJAX.Actionlink("link Text","MyAction","MyController",new { month = "January",plum = "2",moreparams = "U can do this all day"},new AJAXOptions{ UpdateTargetID = "vIEw-month" } )
Greatings
总结以上是内存溢出为你收集整理的c# – 使用Ajax.ActionLink将数据传递给控制器全部内容,希望文章能够帮你解决c# – 使用Ajax.ActionLink将数据传递给控制器所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)