码迷,mamicode.com
首页 >  
搜索关键字:控制器的各种actionresult    ( 1个结果
控制器-各种ActionResult【2】
控制器-各种ActionResult 我们所看到的Action都是return View();我们可以看作这个返回值用于解析一个aspx文件。而它的返回类型是ActionResult如 public ActionResult Index() { return View(); } 除了View()...
分类:其他好文   时间:2014-09-24 00:14:05    阅读次数:329
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!