Dynamic URL Rewriting in ASP.net C#

白昼怎懂夜的黑 提交于 2019-12-08 05:48:26

问题


I am looking to dynamically rewrite urls in asp.net C#. I want to read the page name from the database and process the request.

For example PAGENAME: Home .NETPAGE: Default.aspx?page=1

I think it is possible, can someone point me to right direction.


回答1:


Have a look at this question: ASP.NET - Url Rewriting vs. Routing



来源:https://stackoverflow.com/questions/3663211/dynamic-url-rewriting-in-asp-net-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!