Skip to content

Support WebAPI methods using default route mapping #2

@slovely

Description

@slovely

Currently the actions.ts file will generate methods as if the route template is in the older MVC style: routeTemplate: "api/{controller}/{action}/{id}". However, the default route template in WebAPI is now routeTemplate: "api/{controller}/{id}" so we should optionally support that.

How to go about determining this is more difficult!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions