Asp.NET MVC--【Asp.net】

Asp.net和winform主要区别:

1.不需要了解控件的使用,降低开发难度

2.更易于测试,相对于传统WebForm结构更加清晰

 

Global.asax配置:

 routes.MapRoute("storeclaim", "storeclaim/{action}/{storename}/{pagenum}", new
2             {
3                 controller = "storeclaim",
4                 action = "Index",
5                 storename = "",
6                 pagenum = 1
7             });

  

 

posted @ 2015-07-10 21:23  ZeroWM  阅读(177)  评论(0编辑  收藏  举报