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?
How to maintain session in mvc?
What is mvc and its advantages?
What is mvc application life cycle?
Steps for the execution of an MVC project?
What is mvc ioc?
What is mvc in angularjs?
What is mvc medical?
What do you mean by mvc scaffolding?
What is mvc request life cycle?
What is route in mvc what is default route in mvc?
Which is better mvvm or mvc?