aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
Ryan Nowak ae9fc793ec Adding IRouteConstraintProvider and supporting it on actions
This change adds an interface for the functionality provide by
RouteConstraintAttribute, and adds support for configuration constraints
on actions/action-model.
2014-12-31 14:50:33 -08:00
..
ActionModelTest.cs Adding IRouteConstraintProvider and supporting it on actions 2014-12-31 14:50:33 -08:00
AttributeRouteModelTests.cs Adding IRouteConstraintProvider and supporting it on actions 2014-12-31 14:50:33 -08:00
ControllerModelTest.cs
DefaultActionModelBuilderTest.cs
DefaultControllerModelBuilderTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ParameterModelTest.cs