This documentation is archived and is not being maintained.
UriTemplate::BindByName Method (Uri, NameValueCollection, Boolean)
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: