gpt4 book ai didi

asp.net-mvc - 如何找出在MVC3中调用我的 View 的 Controller Action 的名称?

转载 作者:行者123 更新时间:2023-12-04 05:05:01 24 4
gpt4 key购买 nike

我想在我的 View 中编写一些逻辑,这取决于用于调用该 View 的 Controller Action 的名称。有没有办法我可以找出这个名字。

希望有人可以帮助我。请注意,它是我正在使用的MVC3。

最佳答案

获取 Controller 的名称

@ViewContext.Controller.ValueProvider.GetValue("controller").RawValue

获取 Action 名称
@ViewContext.Controller.ValueProvider.GetValue("action").RawValue

我发现了 here

关于asp.net-mvc - 如何找出在MVC3中调用我的 View 的 Controller Action 的名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6018083/

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