This documentation is archived and is not being maintained.
UriTemplate Constructor
Visual Studio 2010
Initializes a new instance of the UriTemplate class
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UriTemplate(String) | Initializes a new instance of the UriTemplate class with the specified template string. |
|
UriTemplate(String, Boolean) | Initializes a new instance of the UriTemplate class. |
|
UriTemplate(String, IDictionary<String, String>) | Initializes a new instance of the UriTemplate class. |
|
UriTemplate(String, Boolean, IDictionary<String, String>) | Initializes a new instance of the UriTemplate class. |
Show: