Network

A non-model controller demonstrating a modelless, extra-action route.


GET /api/test/network/test
HTTP 200 OK
{
  "message": "Hello, this is your non-model route!"
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <message>Hello, this is your non-model route!</message>
</hash>
Path Verb Controller#Action
test GET api/test/network#test