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