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.
可能重复: 如何在 asp.net mvc 应用程序中为一个控制器操作设置请求超时
我有一个 .net 的 web api (.net 4) 的 apicontroller 类
我想为控制器设置响应超时(不是全局超时)
我怎样才能做到这一点?