drum
drum copied to clipboard
Direct Route URI Maker for ASP.NET Web API
I am using a custom DirectRouteProvider that overrides the GetActionRouteFactories method of the DefaultDirectRouteProvider in order to allow inheritance in attribute routing. This allows me to use attribute routing in...
The main change here is to make `UriMaker` inherit from `UriMaker`. This is mostly a "principle of least surprise" thing; in a lot of places the generic version is just...
I added simple support for decorating complex objects with FromUri and assigning it a custom name so it would behave like a prefix. It is useful in cases where some...