导航

MVC: Controll与View的交互

Posted on 2011-04-08 11:32  Trible.H  阅读(423)  评论(0)    收藏  举报
        public ActionResult JavaScriptResultDemo()

{

return JavaScript(@"alert(""This is from Conroll!"")");

}