aspnetcore/samples/ActionConstraintSample.Web
Ryan Nowak dd952d8d70 Move some types to .Internal namespace 2016-01-21 10:56:38 -08:00
..
Controllers
wwwroot
ActionConstraintSample.Web.xproj
CountrySpecificAttribute.cs Move some types to .Internal namespace 2016-01-21 10:56:38 -08:00
Startup.cs Reacting to hosting rename 2016-01-17 18:13:26 -08:00
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.