Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
Am new to Asp.net MVC.I want to know what is the meaning of this line, when and how to use this..

routes.IgnoreRoute("{resource}.axd/{*pathInfo}");


Suggest me best articles on MVC (C#) for Beginners.

Thanks in advance ..
Posted

Here by this, we want to ignore a request with 'axd' extension at any particular path.

The same thing is also explain here:

Ignore List Request[^]
 
Share this answer
 
Check the below link

what-is-routes-ignorerouteresource-axd-pathinfo[^]

and refer this for MVC

MVC Google Result[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900