摘要: 代码: public ActionResult TestNullAction() { return null; } /// <summary> /// 查看HTML原文件显示:您好! /// </summary> public void TestVoidAction() { Response.ContentType = "text/plain"; Response.Write("您好!"); } /// <summary> /// 查看HTML原文件显示:测试ContentResult /// </summary 阅读全文
posted @ 2011-05-11 22:15 JobinWang 阅读(275) 评论(0) 推荐(0)