aspnetcore/samples/ActionConstraintSample.Web
BrennanConroy 967001f923 Add publish-iis and fix web.config 2016-04-22 14:07:38 -07:00
..
Controllers
ActionConstraintSample.Web.xproj
CountrySpecificAttribute.cs
Startup.cs
project.json Add publish-iis and fix web.config 2016-04-22 14:07:38 -07:00
readme.md
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -07: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.