Binds the
UriTemplate
to the specified params
by position.
- Namespace
- Songhay
.Extensions - Containing Type
- Uri
Template Extensions
Syntax
public static Uri? BindByPosition(this UriTemplate? template, params string[] values)
Parameters
Name | Type | Description |
---|---|---|
template | UriTemplate? | The template. |
values | string[] | The values. |
Return Value
Type | Description |
---|---|
Uri? |