Model View Controller (MVC) Question:
Download Job Interview Questions and Answers PDF
What is the use of the following default route?
Answer:
{resource}.axd/{*pathInfo}
This route definition, prevent requests for the Web resource files such as WebResource.axd or ScriptResource.axd from being passed to a controller.
This route definition, prevent requests for the Web resource files such as WebResource.axd or ScriptResource.axd from being passed to a controller.
Download MVC Interview Questions And Answers
PDF
Previous Question | Next Question |
Is the following route definition a valid route definition? | What is the difference between adding routes, to a webforms application and to an mvc application? |