Pretty URL ASP.NET MVC

前端 未结 3 1126
不知归路
不知归路 2020-12-29 00:45

How can I get pretty urls like localhost:8888/News/Example-post instead of localhost:8888/Home/Details/2

My HomeController has the following for the Details method

3条回答
  •  余生分开走
    2020-12-29 01:27

    Please check out this package I've created: https://www.nuget.org/packages/LowercaseDashedRoute/ And read the one-line configuration here: https://github.com/AtaS/lowercase-dashed-route

提交回复
热议问题