了解ASP.NET MVC几种ActionResult的本质:FileResult
http://www.cnblogs.com/artech/archive/2012/08/14/action-result-02.html
http://www.cnblogs.com/kissdodog/archive/2013/01/07/2850334.html
MVC中的ActionResult
http://www.studyofnet.com/news/518.html
mvc使用JsonResult返回Json数据
http://blog.csdn.net/weizengxun/article/details/6845455
我的理解:ActionResult 实现一些功能就如“操作方法执行的命令”,例如实现登录、退出、注册之类的,ViewResult 呈现视图,就是显示一个aspx页面,以及用于执行结果的方法。像是从数据库读取信息之类的,把信息呈现在界面上面