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.
我在我的 Mvc 3 应用程序中对 MainFrame 进行了长时间的同步调用,我想创建一个自定义属性来装饰我的控制器操作,我知道这可能需要很长时间。如果控制器用这个属性装饰,我需要渲染“加载消息”
请问有什么想法,可以实现吗?