I start looking at MVC framework and trying to learn from ASP.NET/ MVC page. I started with Routing overview and alomost understant the logic. one point that I have issue with is IgnoreRoute property. I have the last version of MVC and in my MVC Project template' global.asax.cs' method RegisterRoutes(RouteCollection routes) i try to follow the tutorial and added ;
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");, but the IgnoreRoute is not a method of RouteCollection. Am i missing something , or is part of the new version
Thanks in advance.
View Full Details...............................
No comments:
Post a Comment