aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
jacalvar ccc20a38c1 [Fixes #734] Attribute Routing: Implement Name
1. Added support for Name in attribute routing. Name can be defined using [RouteAttribute]
and the different Http*Attributes, for example [HttpGet].

2. Names defined on actions always override names defined on the controller.

3. Actions with a non empty template don't inherit the name from the controller. The name
   is only inherited from the controller when the action template is null or empty.

4. Multiple attribute routes with different templates and the same name are not allowed.
2014-08-29 17:51:12 -07:00
..
ActionResults
AntiXsrf
Filters
Formatters Prevent flushing when writing out from the formatters. 2014-08-28 14:15:07 -07:00
Internal
Logging
OptionDescriptors Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
ParameterBinding Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
Properties
ReflectedModelBuilder [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
Rendering Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
Routing [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
ViewComponents
ActionAttributeTests.cs
ActionExecutorTests.cs
ControllerTests.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
CopyOnWriteDictionaryTest.cs
DefaultActionDiscoveryConventionsActionSelectionTests.cs
DefaultActionDiscoveryConventionsTests.cs
DefaultActionSelectorTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
ExpiringFileInfoCacheTest.cs Reacting to IFileSystemInfo changes 2014-08-26 09:52:52 -07:00
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
ReflectedActionInvokerTest.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
RouteTemplateProviderAttributesTests.cs
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewDataDictionaryTest.cs
ViewResultTest.cs
project.json Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00