搜索引擎优化的友好动态网址在c#

时间:2016-02-08 05:08:14

标签: c# asp.net url-rewriting

我多次搜索谷歌,但没有得到任何合适的结果..

我在c#中有动态url

  

http://192.168.10.120:81/ImgDetails.aspx?id=5702&icod=100-106083

图片标题就像

  

吃早餐的人

我希望网址如下例

http://www.alamy.com/stock-photo-senior-man-looking-out-over-hopi-point-grand-canyon-arizona-focus-73496317.html

我可以将动态网址重写为相同的请求帮助。

1 个答案:

答案 0 :(得分:0)

如果您使用的是ASP.NET 4或更高版本,则以下内容可能有所帮助。

https://code.msdn.microsoft.com/Easy-Steps-to-URL-2f792901