Mention what is the use of the default route {resource}.axd/{*pathinfo} ?



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

Post New Answer

More MVC Model View Controller Interview Questions

Which is better mvc or mvvm?

1 Answers  


How to maintain session in mvc?

1 Answers  


What is mvc and its advantages?

1 Answers  


What is mvc application life cycle?

1 Answers  


Steps for the execution of an MVC project?

1 Answers   HCL,


What is mvc ioc?

1 Answers  


What is mvc in angularjs?

1 Answers  


What is mvc medical?

1 Answers  


What do you mean by mvc scaffolding?

1 Answers  


What is mvc request life cycle?

1 Answers  


What is route in mvc what is default route in mvc?

1 Answers  


Which is better mvvm or mvc?

1 Answers  


Categories