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^, IDictionary<String^, String^>^, 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,
	IDictionary<String^, String^>^ parameters,
	bool omitDefaults
)

Parameters

baseAddress
Type: System::Uri^

A URI that contains the base address.

parameters
Type: System.Collections.Generic::IDictionary<String^, String^>^

A dictionary that contains a collection of parameter name/value pairs.

omitDefaults
Type: System::Boolean

true is the default values are ignored; otherwise false.

Return Value

Type: System::Uri^

A URI.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft