gpt4 book ai didi

asp.net-mvc - 查找损坏的 Controller 操作

转载 作者:行者123 更新时间:2023-12-02 05:33:58 25 4
gpt4 key购买 nike

如何找到损坏的 Html.ActionLinks?

例如在 CustomerController.ViewCustomer() 不再存在的地方找到 Html.ActionLink("View", "ViewCustomer", "Customer")

最佳答案

您可以使用来自 MVCContrib 的强类型操作链接.

<%: Html.ActionLink<Home>(c => c.Index()) %>

如果您使用的是编译 View ,当您删除引用的 Controller 方法时,这些将在编译时中断。

关于asp.net-mvc - 查找损坏的 Controller 操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11961458/

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