This section provides an overview of what asp.net-web-api2 is, and why a developer might want to use it.
It should also mention any large subjects within asp.net-web-api2, and link out to the related topics. Since the Documentation for asp.net-web-api2 is new, you may need to create initial versions of those related topics.
Registering in an Android Application
These are the steps I've taken to log in / register using an Android app:
Currently, Attribute Routes doesn't have Controller specific Message Handlers. As there is no way to specify Which handler to execute for which route at the time of declaration. This is possible in Conventional Routing.