BindByPosition(UriTemplate?, string[]) Method
Binds the UriTemplate to the specified params by position.
Namespace
Songhay.Extensions
Containing Type
UriTemplateExtensions

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?