Model View Controller (MVC) Question:
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.
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? |