aspnetcore/samples/ActionConstraintSample.Web
Ajay Bhargav Baaskaran b8e77e91d1 Updating samples to work with latest dotnet 2016-02-25 10:46:15 -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 Updating to use cli 2016-02-22 17:49:51 -08:00
project.json Updating samples to work with latest dotnet 2016-02-25 10:46:15 -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.