我正在尝试在我的 ASP.Net MVC 3.0 中注册启动脚本
我知道我可以在 VB.Net 中使用这种语法但不确定我是否可以在 MVC 中使用它
System.Web.UI.Page.ClientScript.RegisterStartupScript(typeof(Page), "co", "coInit(0, 'R');", true);
Intellisense 没有获取 Page 的属性
我正在尝试在我的 ASP.Net MVC 3.0 中注册启动脚本
我知道我可以在 VB.Net 中使用这种语法但不确定我是否可以在 MVC 中使用它
System.Web.UI.Page.ClientScript.RegisterStartupScript(typeof(Page), "co", "coInit(0, 'R');", true);
Intellisense 没有获取 Page 的属性