Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾尝试使用 ControllerContext 对象,但我不知道如何实例化它。我想提醒您,我正在尝试在视图或控制器之外的自定义类中获取控制器名称。谢谢,
不要这样做。只需将控制器名称作为参数从控制器内传递给任何需要它的类。当前控制器是一个从控制器外部没有意义的概念。