How does Web Routing Work?

前端 未结 2 929
误落风尘
误落风尘 2021-02-03 12:21

I need a good understanding of the inner workings of System.Web.Routing. Usually we define the RoutesTable. But how does it do the routing?

The reason I\'m asking it is

2条回答
  •  -上瘾入骨i
    2021-02-03 12:41

    Luis Abreu has a good series of posts about MVC routing:

    • The MVC routing assembly – part I
    • The MVC routing assembly – part II
    • The MVC routing assembly – part III
    • The MVC routing assembly – part IV
    • The MVC routing assembly – part V
    • The MVC routing assembly – part VI
    • Using routing with ASP.NET web forms apps

提交回复
热议问题