aspnetcore/samples/ActionConstraintSample.Web
John Luo c5cab7a786 Reacting to hosting API changes 2016-01-12 18:07:17 -08:00
..
Controllers
wwwroot
ActionConstraintSample.Web.xproj
CountrySpecificAttribute.cs
Startup.cs Reacting to hosting API changes 2016-01-12 18:07:17 -08:00
hosting.json
project.json Reacting to hosting API changes 2016-01-12 18:07:17 -08:00
readme.md

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.