UriTemplate::BindByName Method (Uri^, NameValueCollection^, Boolean)

 

Creates a new URI from the template and the collection of parameters.

Namespace:   System
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
Uri^ BindByName(
	Uri^ baseAddress,
	NameValueCollection^ parameters,
	bool omitDefaults
)

Parameters

baseAddress
Type: System::Uri^

The base address.

parameters
Type: System.Collections.Specialized::NameValueCollection^

A collection of parameter name/value pairs.

omitDefaults
Type: System::Boolean

true if the default values are ignored; otherwise false.

Return Value

Type: System::Uri^

A URI.

.NET Framework
Available since 3.5
Return to top
Show: