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 |
Which is better mvc or mvvm?
List the various return types of a controller action method?
Is mvc better than web forms?
What is mvc and why it is used?
What is mvc and its advantages?
What is the difference between mvc and mvp?
How can we navigate from one view to another using a hyperlink?
Why viewstate is not used in mvc?
What are the filters in mvc?
What is front controller?
What is meant by mvc?
What is html beginform in mvc?