开发者

Dynamic URL Rewriting in ASP.net C#

开发者 https://www.devze.com 2023-01-15 19:04 出处:网络
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.

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开发者_JAVA技巧 right direction.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消