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.
如标题
我想使用这样的语法:
allControllers.Find(x=>x.Name=="HomeController")
我想在应用程序启动时使用 LINQ 向操作添加属性
我认为您可以使用反射来获取所有控制器。此链接可能会有所帮助。然后使用反射来获取该类型的实例(请参阅激活器)。