Click or drag to resize
UriTemplateBindByName Method (IDictionaryString, String)
This API is preliminary and subject to change.
Creates a new URI from the template and the collection of parameters.

Namespace: TunnelVisionLabs.Net
Assembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax
public Uri BindByName(
	IDictionary<string, string> parameters
)

Parameters

parameters
Type: System.Collections.GenericIDictionaryString, String
The parameter values.

Return Value

Type: Uri
A Uri object representing the expanded template.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf parameters is .
Version Information

.NET Framework

Supported in: 2.0

Portable Class Library

Supported in: Portable Class Library (Legacy)

URI Template Library

Supported in: 1.0
See Also