Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
Answer / Chandra Mani Kumar
The default route {resource}.axd/{*pathinfo} in ASP.NET MVC is used for handling dynamic requests that do not match any defined routes. It's typically used for system files like web resource files (.axd) such as ScriptResource.axd and WebResource.axd, which help to serve JavaScript and CSS files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the filter in mvc?
Is angular mvvm or mvc?
What is mvc and why it is used?
What are the two ways for adding constraints to a route?
What is bootstrap in mvc?
What is postback in mvc?
What is meaning of View in MVC?
How can we implement validation in mvc?
Is angular 2 is mvc?
What is partial view in mvc?
Is mvc different from a three layered architecture?
What is the main purpose of mvc architecture?