MVC3入门试练--控制器-创新互联
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); } } }成都创新互联公司作为成都网站建设公司,专注网站建设、网站设计,有关企业网站设计方案、改版、费用等问题,行业涉及广告制作等多个领域,已为上千家企业服务,得到了客户的尊重与认可。
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
本文名称:MVC3入门试练--控制器-创新互联
URL标题:http://ybzwz.com/article/dggiho.html