Laxmidhar Sahoo
Why to use "{resource}.axd/{*pathInfo}" in routing in ASP.Net MVC?

Why to use “{resource}.axd/{*pathInfo}” in routing in ASP.Net MVC?

By Laxmidhar Sahoo in .NET on May 25 2020
  • Naimish Makwana
    Jan, 2022 4

    The route with the pattern {resource}.axd/{*pathInfo} is included to prevent requests for the Web resource files such as WebResource.axd or ScriptResource.axd from being passed to a controller.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS