aspnetcore/samples/MvcSample.Web
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
..
App_Data
Areas/Travel
Components
Content
Controllers/ApiExplorerSamples [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
Filters
Models
Monitoring
Services
Views [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs
LanguageViewLocationExpander.cs
LinkController.cs
MvcSample.Web.kproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
TestAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
ViewMetadata.cs
project.json Removed another unneeded dependency 2014-10-05 13:47:52 -07:00
sample.txt