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(C#) 中显示来自控制器操作的 javascript 警报消息?
您可以将变量传递给视图。如果它存在或设置为 true,请执行您的 javascript...
不,控制器操作在服务器端执行。Wheras Javascript 在客户端执行。