How does Web Routing Work?

前端 未结 2 928
误落风尘
误落风尘 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条回答
  • 2021-02-03 12:34

    Thank you very much I think you've just solved my harsh searches. Luis's blog is going in my bookmarks!!

    I'm adding the following link to as it is of use also : The MVC framework – the MvcRouteHandler

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题