开发者

Regarding URL rewrite

开发者 https://www.devze.com 2023-02-10 04:17 出处:网络
for url rewite when my hyperlink point the url like www.mysite.com/content?ID=20 but i want to know how to write logic that urlwww.mysite.com/content?ID=20 will become www.mysite.com/mycontent of hype

for url rewite when my hyperlink point the url like www.mysite.com/content?ID=20 but i want to know how to write logic that url www.mysite.com/content?ID=20 will become www.mysite.com/mycontent of hyperlink when user mouse over the link.

i have another quetsion that how to write logic very easyly that will redirect the request to www.mysite.com/content?ID=20 internally when the url is actually click www.mysite.com/mycontent.

please guide me in detail with sample code. i am working with asp.net开发者_开发知识库 webform version 3.5.

thanks


If i am not wrong check this post

ASP.NET : Hide Querystring in URL

and also URL Rewriting

http://msdn.microsoft.com/en-us/library/ms972974.aspx

0

精彩评论

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