UriTemplate.BindByName Method (Uri, IDictionary<String, String>, Boolean)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a new URI from the template and the collection of parameters.
Namespace: System
Assembly: System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)
Syntax
'Declaration
Public Function BindByName ( _
baseAddress As Uri, _
parameters As IDictionary(Of String, String), _
omitDefaults As Boolean _
) As Uri
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.