using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace MvcApplication1.Controllers { public class StoreController : Controller { // // GET: /Store/ //public ActionResult Index() //{ // return View(); //} //控制器操作好像是WEB浏览器直接调用控制器类中的方法。 //浏览地址:http://localhost:23836/store public string Index() { return "zhangdi"; } //浏览地址:http://localhost:23836/store/Browse?genre=asf public string Browse(string genre) { string str = "genre=" + HttpUtility.HtmlEncode(genre); return str; } //浏览地址:http://localhost:23836/store/details/6 public string Details(int id) { return "return details=" + HttpUtility.HtmlEncode(id); } } }
创新互联成立于2013年,我们提供高端网站建设公司、成都网站制作、网站设计、网站定制、成都全网营销推广、小程序制作、微信公众号开发、成都网站营销服务,提供专业营销思路、内容策划、视觉设计、程序开发来完成项目落地,为成都木制凉亭企业提供源源不断的流量和订单咨询。
当前题目:MVC3入门试练--控制器
分享链接:https://www.cdcxhl.com/article0/ijggoo.html
成都网站建设公司_创新互联,为您提供软件开发、网站策划、移动网站建设、品牌网站制作、域名注册、企业网站制作
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联