You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be valuable to do something like that. To be honest, I never really though much about this, as I found modelling template parameters as strings a fair compromise (since everything that goes into an URL is ultimately a string anyway). However, I can understand if other people would want it with support for stronger types, like e.g. int.
The suggested API might be one way to go about it. It looks reminiscent of Moq's It.IsAny<T>() API.
A proper implementation should use the UriTemplate class for the binding implementation.
Do you think that it is possible to generate link templates or do you have any suggestion about how to extend it to support them?
For example:
to generate
Or
to generate
The text was updated successfully, but these errors were encountered: