UriTemplateBindByName Method |
Name | Description | |
---|---|---|
BindByName(IDictionaryString, Object) |
Creates a new URI from the template and the collection of parameters.
| |
BindByName(IDictionaryString, String) |
Creates a new URI from the template and the collection of parameters.
| |
BindByNameT(IDictionaryString, T) |
Creates a new URI from the template and the collection of parameters.
| |
BindByName(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.
| |
BindByName(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.
| |
BindByNameT(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.
|