Friendly URLs for ASP.NET

后端 未结 6 1093
旧时难觅i
旧时难觅i 2020-11-30 19:48

Python frameworks always provide ways to handle URLs that convey the data of the request in an elegant way, like for example http://somewhere.overtherainbow.com/userid/12342

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 20:39

    Also, check out ASP.NET MVC or if you're set on webforms, the new System.Web.Routing namespace in ASP.NET 3.5 SP1

提交回复
热议问题