aspnetcore/test/WebSites
jacalvar 3f54492930 [Fixes #885] API Explorer: Link Generation
1) Expose the simplified relative path template by cleaning up constraints, optional and catch all tokens from the template.
2) Expose the parameters on the route template as API parameters.
3) Combine parameters from the route and the action descriptor when the parameter doesn't come from the body. #886 will refine this.
4) Expose optionality and constraints for path parameters. Open question: Should we explicitly expose IsCatchAll?
2014-10-13 15:20:38 -07:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
ApplicationModelWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FilesWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
FiltersWebSite
FormatterWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
RazorInstrumentationWebsite DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
RazorWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
ValueProvidersSite
VersioningWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
WebApiCompatShimWebSite Separate ApiControllers from MVC Controllers in routing 2014-10-10 13:42:12 -07:00
XmlSerializerWebSite