aspnetcore/samples/ActionConstraintSample.Web
N. Taylor Mullen 3be7fbdf9f Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
..
Controllers Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
wwwroot [Fixes #3430] Removed RouteKeyHandling.CatchAll 2015-12-16 11:57:22 -08:00
ActionConstraintSample.Web.xproj [Fixes #3430] Removed RouteKeyHandling.CatchAll 2015-12-16 11:57:22 -08:00
CountrySpecificAttribute.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
hosting.json Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
project.json Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
readme.md [Fixes #3430] Removed RouteKeyHandling.CatchAll 2015-12-16 11:57:22 -08:00

readme.md

ActionConstraintSample.Web

This web site illustrates how to setup multiple controllers/actions with same name that is selected based on specific route values using IActionConstraint.