Click or drag to resize
UriTemplateBindByName Method
This API is preliminary and subject to change.
Overload List
  NameDescription
Public methodBindByName(IDictionaryString, Object)
Creates a new URI from the template and the collection of parameters.
Public methodBindByName(IDictionaryString, String)
Creates a new URI from the template and the collection of parameters.
Public methodBindByNameT(IDictionaryString, T)
Creates a new URI from the template and the collection of parameters.
Public methodBindByName(Uri, IDictionaryString, Object)
Creates a new URI from the template and the collection of parameters. The URI formed by the expanded template is resolved against baseAddress to produce an absolute URI.
Public methodBindByName(Uri, IDictionaryString, String)
Creates a new URI from the template and the collection of parameters. The URI formed by the expanded template is resolved against baseAddress to produce an absolute URI.
Public methodBindByNameT(Uri, IDictionaryString, T)
Creates a new URI from the template and the collection of parameters. The URI formed by the expanded template is resolved against baseAddress to produce an absolute URI.
Top
See Also