UriTemplate::BindByName Method (Uri^, IDictionary<String^, String^>^, Boolean)
.NET Framework (current version)
Creates a new URI from the template and the collection of parameters.
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.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: