摘要:
/ 网站根目录./ 当前目录../ 上级目录 阅读全文
posted @ 2014-03-29 02:23
bl84757922
阅读(77)
评论(0)
推荐(0)
摘要:
#region 1.0 ContentResult - 返回字符串 Response.Write(""); /// /// 1.0 ContentResult /// /// public ActionResult ContentStr() { //1.调用 控制器类 提供的便捷方法 创建 ContentResult对象 //return Content("我是字符串~~你懂吗?"); //2.手动创建 ContentResult 对象 ... 阅读全文
posted @ 2014-03-29 02:21
bl84757922
阅读(150)
评论(0)
推荐(0)