aspnetcore/samples/ActionConstraintSample.Web
..
Controllers
wwwroot
ActionConstraintSample.Web.xproj
CountrySpecificAttribute.cs
Startup.cs
hosting.json
project.json
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.