UriTemplate::BindByName Method (Uri^, NameValueCollection^, 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, 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.
.NET Framework
Available since 3.5
Available since 3.5
Show: