ASP MVC 5 Attribute routing VS. Convention-based routing

后端 未结 4 1147
不知归路
不知归路 2021-02-02 13:30

ASP MVC 5 has a new Routing called attribute routing. The way I see it, the routes are now scattered on every controller unlike with the convention-based that there is single lo

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-02 13:56

    Attribute routing give you more ad easy options for routing.

    Check out following: Routing explanations

提交回复
热议问题