Table of Contents

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 UriTemplate

The template.

values string[]

The values.

Returns

Uri

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)

Parameters

template UriTemplate

The template.

baseUri Uri

The base URI.

values string[]

The values.

Returns

Uri