MVC Music Store
摘要:
一、Url映射到Controller ActionResult(Method)(1)添加StoreController public class StoreController : Controller { // // GET: /Store/ //public ActionResult Index() //{ // return View(); //} public string Index(string name) //... 阅读全文
posted @ 2012-07-12 21:29
imihiro
阅读(1121)
评论(0)
推荐(0)
浙公网安备 33010602011771号