Question:Which of the following statements is correct for ASP.NET MVC Routing in .Net Framework 4.0?
A It is used to match the incoming requests and to map them to a controller action.
B It is used to construct the outgoing URLs which correspond to controller actions.
C Both are correct
+ AnswerA
+ Report