Info
Version: | 0.1.8 |
Author(s): | Darrel Miller |
Last Update: | Tuesday, April 30, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tavis-software/ApiRouter |
NuGet Url: | https://www.nuget.org/packages/Tavis.ApiRouter |
Install
Install-Package Tavis.ApiRouter
dotnet add package Tavis.ApiRouter
paket add Tavis.ApiRouter
Tavis.ApiRouter Download (Unzip the "nupkg" after downloading)
Dependencies
- Tavis.Link(0.1.9)
- Microsoft.AspNet.WebApi.Client(4.0.20710.0)
- Microsoft.AspNet.WebApi.Core(4.0.20710.0)
- Microsoft.Net.Http(2.0.20710.0)
- Newtonsoft.Json(4.5.8)
- Tavis.UriTemplates(0.1.1)
This routing mechanism matches against a tree of routers, one segment at a time. Message Handlers can be attached to any node in the tree.
This makes it easier to create nested areas and sub-controllers.