gpt4 book ai didi

asp.net-mvc - 在ASP.Net MVC的 View 中获取 Controller 的名称和操作方法

转载 作者:行者123 更新时间:2023-12-03 08:38:49 25 4
gpt4 key购买 nike

ASP.Net MVC中的 View 中是否可以获取使用该 View 的 Controller 和操作方法的名称?

最佳答案

尝试这个:

<%= ViewContext.RouteData.Values["Controller"] %>
<%= ViewContext.RouteData.Values["Action"] %>

关于asp.net-mvc - 在ASP.Net MVC的 View 中获取 Controller 的名称和操作方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1083774/

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