ploeh / Hyprlinkr

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

Support for Relative Uris #43

Open joaopbnogueira opened 7 years ago

joaopbnogueira commented 7 years ago

First of all, thank you for your work.

Have you thought about the possibility of supporting relative Uri generation in addition to absolute ones?

If that is something that you would be OK with, I'm available to contribute.

Thanks

ploeh commented 7 years ago

I admit that I don't think much about Hyprlink these days, but I don't see why we couldn't add methods for relative URLs.

In ASP.NET Web API, they make the distinction between UrlHelper.Link and UrlHelper.Route, but I find those names meaningless. By that token, I think a new method for relative URLs should be called GetRelativeUri.

joaopbnogueira commented 7 years ago

Exactly my thoughts, I'll see how to include it while keeping changes to a minimum.