如何从 MVC 控制器调用 jQuery 函数?
我正在查看这个答案,但我不确定“页面”在这里是什么意思。
Something strange about page for me too. I think that you can use SignalR library for your purpose. It allows to call javascript functions from client side inside controller and much much more cool things.
您不能从 mvc 控制器调用 js 函数。但是您可以从服务器端向客户端发送消息,这些消息将通过websockets或服务器推送技术引发事件。