This documentation is archived and is not being maintained.
UriTemplate Methods
Visual Studio 2010
The UriTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindByName(Uri, IDictionary<String, String>) | Creates a new URI from the template and the collection of parameters. |
|
BindByName(Uri, NameValueCollection) | Creates a new URI from the template and the collection of parameters. |
|
BindByName(Uri, IDictionary<String, String>, Boolean) | Creates a new URI from the template and the collection of parameters. |
|
BindByName(Uri, NameValueCollection, Boolean) | Creates a new URI from the template and the collection of parameters. |
|
BindByPosition | Creates a new URI from the template and an array of parameter values. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsEquivalentTo | Indicates whether a UriTemplate is structurally equivalent to another. |
|
Match | Attempts to match a URI to a UriTemplate. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string representation of the UriTemplate instance. (Overrides Object::ToString().) |
Show: