Multiple choice technology web technology

MVC 2.0 application execution process is handled through?

  1. UrlRoutingModule

  2. Page Event

  3. a or b

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The UrlRoutingModule is an HTTP module that examines incoming requests and matches them against registered route tables. When a match is found, it extracts route data and passes control to the appropriate MvcHandler. Web Forms uses page events; MVC uses a completely different routing pipeline.