I am Trying to Register STart up Script in my ASP.Net MVC 3.0
I know I can use this syntax in VB.Net But not sure if i can use it in MVC
System.Web.UI.Page.ClientScript.RegisterStartupScript(typeof(Page), "co", "coInit(0, 'R');", true);
Intellisense is not picking up the properties for Page