Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft