aspnetcore/samples/ActionConstraintSample.Web
John Luo e0c0617185 Move web.config and use ANCM 2016-04-11 10:17:53 -07:00
..
Controllers Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ActionConstraintSample.Web.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
CountrySpecificAttribute.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs Move web.config and use ANCM 2016-04-11 10:17:53 -07:00
project.json Move web.config and use ANCM 2016-04-11 10:17:53 -07:00
readme.md [Fixes #3430] Removed RouteKeyHandling.CatchAll 2015-12-16 11:57:22 -08:00
web.config Move web.config and use ANCM 2016-04-11 10:17:53 -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.