aspnetcore/test/WebSites
Ryan Nowak 14429721d9 Make handler selector more flexible
Some details of this pending discussion, but this is a new 2.1 change
and compatibility switch in the spirit of making pages handler selection
less error-prone.

In particular we don't want anyone to have to define HEAD to do the
trivial thing. This currently routes all 'safe' HTTP methods to the GET
handler and all other HTTP methods to the POST handler.

This is technically not the correct thing to do for OPTIONS and TRACE,
so we might still do something different.

The tests will change a little depending on exactly what we decide to
do, but this is the main idea of the change.
2018-03-23 14:22:48 -07:00
..
ApiExplorerWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
ApplicationModelWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
BasicWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
CorsWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
ErrorPageMiddlewareWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
FSharpWebSite
FilesWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
FormatterWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
HtmlGenerationWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
RazorBuildWebSite ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorBuildWebSite.PrecompiledViews ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorBuildWebSite.Views ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorPageExecutionInstrumentationWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
RazorPagesWebSite Make handler selector more flexible 2018-03-23 14:22:48 -07:00
RazorWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
RoutingWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
SecurityWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
SimpleWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
TagHelpersWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
VersioningWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
WebApiCompatShimWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
XmlFormattersWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
Directory.Build.props