Class UriTemplateExtensions
- Namespace
- Songhay.Extensions
- Assembly
- SonghayCore.dll
Extensions of Tavis.UriTemplates.UriTemplate
public static class UriTemplateExtensions
- Inheritance
-
UriTemplateExtensions
- Inherited Members
Methods
BindByPosition(UriTemplate?, params string[])
Binds the Tavis.UriTemplates.UriTemplate
to the specified params
by position.
public static Uri? BindByPosition(this UriTemplate? template, params string[] values)
Parameters
template
UriTemplateThe template.
values
string[]The values.
Returns
BindByPosition(UriTemplate?, Uri?, params string[])
Binds the Tavis.UriTemplates.UriTemplate
to the specified params
by position.
public static Uri? BindByPosition(this UriTemplate? template, Uri? baseUri, params string[] values)