StackOverflow like URL Routing

后端 未结 3 1607
离开以前
离开以前 2020-12-14 22:35

Its my understanding that the questions in StackOverflow has the following format

http://stackoverflow.com/questions/{question-id}/{slug-made-from-question-t         


        
3条回答
  •  隐瞒了意图╮
    2020-12-14 23:13

    You can use either IIS URL Rewriting or ASP.NET Routing

    Check this article for detailed comparison: http://learn.iis.net/page.aspx/496/iis-url-rewriting-and-aspnet-routing/

提交回复
热议问题