aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources
ActivatorTests.cs Make RazorPage.IUrlHelper a non-public property 2014-08-12 10:12:23 -07:00
AntiForgeryTests.cs Adding a functional test for anti forgery. 2014-08-13 15:00:00 -07:00
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
DependencyResolverTests.cs
DirectivesTest.cs Adding support for inheriting chunks from _ViewStarts as part of host 2014-08-22 11:04:42 -07:00
FlushPointTest.cs Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
HttpResponseHelpers.cs
InlineConstraintTests.cs
InputFormatterTests.cs Adding ModelStateError if there is no input formatter selected. 2014-08-22 16:52:58 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
ModelBindingTests.cs Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
MvcStartupTests.cs Issue #347: Throw a better exception when the user didn't add the MVC services. 2014-08-21 13:59:52 -07:00
NullLoggerFactory.cs Implementing ILoggerFactory.AddProvider 2014-08-15 16:34:14 -07:00
OutputFormattterTests.cs Fixing build break due to tests 2014-08-15 10:28:11 -07:00
ResourceHelpers.cs
RoutingTests.cs [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
ValueProviderTests.cs Adding TextPlainFormatter to always handle returning strings as text\plain format. 2014-08-01 13:47:23 -07:00
ViewEngineTests.cs
XmlOutputFormatterTests.cs Changes to introduce CanWriteResult for Xml OutputFormatters. 2014-08-20 11:09:09 -07:00
project.json Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00