ploeh / Hyprlinkr

A URI building helper library for ASP.NET Web API
MIT License
197 stars 34 forks source link

Added explicit check of RouteData with InvalidOperationException thrown ... #18

Closed JoachimL closed 11 years ago

JoachimL commented 11 years ago

...if no route data exists on current request. Useful for debugging in unit test scenarios.

Refactored CopyRequestWithoutRouteValues.

ploeh commented 11 years ago

Thank you for your contribution. It's now live as Hyprlinkr 0.8.2!