Codeplex 预览版 5 中的 MVC RC/Beta 中的 Actionlink

发布于 2024-07-13 19:49:21 字数 320 浏览 6 评论 0原文

在预览版 5 中,以下是运行良好的操作链接:

  1.  列表是控制器,about 是操作 
      

2.

var value = new RouteValueDictionary();

            text and actionname are both strings    

Html.ActionLink(文本,actionName,值);

我需要将这些内容转换成什么才能在 RC 版本上解锁?

In Preview 5, here are the actionlinks that worked fine:

  1.             listing is the controller and about is the action
    

2.

var values = new RouteValueDictionary();

            text and actionname are both strings    

Html.ActionLink(text, actionName, values);

What would I convert these to get unblocked on the RC release?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

嘿看小鸭子会跑 2024-07-20 19:49:21

也许我不明白你的问题,但你上面的例子应该可以很好地使用 ASP.NET MVC RC。

Maybe I don't understand your question but your above example should work just fine with ASP.NET MVC RC.

拔了角的鹿 2024-07-20 19:49:21

不,在 RC 中使用它会产生此错误;

找不到方法:“System.String System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary)”。

Nope using this in RC generates this error;

Method not found: 'System.String System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper, System.String, System.Web.Routing.RouteValueDictionary, System.Web.Routing.RouteValueDictionary)'.

潦草背影 2024-07-20 19:49:21

我有同样的问题。

我得到了最新的 MVC Futures,这解决了这个问题。

http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId= 24142

I had the same problem.

I got the latest MVC Futures, and that fixed it.

http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24142

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文