Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
Answer Posted / 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 View All Answers