Guest User

Untitled

a guest
Mar 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. routes.MapRoute(
  2. "Default", // Route name
  3. "{controller}/{action}/{id}", // URL with parameters
  4. new { controller = "Properties", action = "List", id = "" } // Parameter defaults
  5. );
  6.  
  7. routes.RouteExistingFiles = false;
Add Comment
Please, Sign In to add comment