1

如何从 MVC 控制器调用 jQuery 函数?

我正在查看这个答案,但我不确定“页面”在这里是什么意思。

4

2 回答 2

1

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.

于 2013-07-19T07:12:06.963 回答
1

您不能从 mvc 控制器调用 js 函数。但是您可以从服务器端向客户端发送消息,这些消息将通过websockets服务器推送技术引发事件。

于 2013-07-19T07:18:52.923 回答