When does routing take place in the pipeline?
问题 When does routing take place in the ASP.NET MVC pipeline? ASP.NET Application Life Cycle Overview for IIS 7.0 Is it in step number 2 (Perform Url Mapping)? I intend to have a few routes that have an id "activate/{id}" "forgotpassword/{id}" I would like to be able to access the id early on in the pipline in step 4 - AuthenticateRequest. So that I can pass an authentication token through the id part of the url to my custom authentication module. So can I access the id property in my custom