gpt4 book ai didi

asp.net - 我的通用 ActionLink 去哪儿了?

转载 作者:行者123 更新时间:2023-12-05 00:09:36 25 4
gpt4 key购买 nike

从预览 2 移动到预览 5,现在我的 Html.ActionLink 调用都失败了。似乎通用版本已被非类型安全版本取代。

// used to work
<li>
<%= Html.ActionLink<HomeController>(c => c.Index(), "Home")%>
</li>
// what appears I can only do now
<li>
<%= Html.ActionLink<HomeController>("Index", "Home")%>
</li>

顾氏为什么要这么做?它是否已作为“ future ”移至 Microsoft.Web.Mvc 或其他地方?有没有通用的替代品?呸!

最佳答案

不要怪GU,是我的错。该方法已移至 MvcFutures。这是一个 blog post that provides the foundation for why this change was made .

关于asp.net - 我的通用 ActionLink 去哪儿了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/105310/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com