Skip to content

Instantly share code, notes, and snippets.

@VaclavElias
Created June 3, 2019 12:38
Show Gist options
  • Save VaclavElias/7ce041bddb04878d71e210b73dc3087d to your computer and use it in GitHub Desktop.
Save VaclavElias/7ce041bddb04878d71e210b73dc3087d to your computer and use it in GitHub Desktop.
routes.MapRoute(
name: "catch-all",
template: "{*url:regex(^(?!(.*.map)).*$)}",
defaults: new { Controller = "Page", Action = "Index" }
//constraints: new { url = @".*\.js.map" }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment