UriTemplate Methods |
The UriTemplate type exposes the following members.
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.
| |
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(IDictionaryString, T) |
Creates a new URI from the template and the collection of parameters.
| |
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.
| |
Equals | (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.) | |
Match(Uri) |
Attempts to match a Uri to a UriTemplate.
| |
Match(Uri, ICollectionString) |
Attempts to match a Uri to a UriTemplate.
| |
Match(Uri, Uri) |
Attempts to match a Uri to a UriTemplate.
| |
Match(Uri, ICollectionString, ICollectionString) |
Attempts to match a Uri to a UriTemplate.
| |
Match(Uri, ICollectionString, ICollectionString, ICollectionString) |
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 URI template, in the format described in RFC 6570.
(Overrides ObjectToString.) |