Click or drag to resize
UriTemplate Methods
This API is preliminary and subject to change.

The UriTemplate type exposes the following members.

Methods
  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 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(IDictionaryString, T)
Creates a new URI from the template and the collection of parameters.
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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(Uri)
Attempts to match a Uri to a UriTemplate.
Public methodMatch(Uri, ICollectionString)
Attempts to match a Uri to a UriTemplate.
Public methodMatch(Uri, Uri)
Attempts to match a Uri to a UriTemplate.
Public methodMatch(Uri, ICollectionString, ICollectionString)
Attempts to match a Uri to a UriTemplate.
Public methodMatch(Uri, ICollectionString, ICollectionString, ICollectionString)
Attempts to match a Uri to a UriTemplate.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the URI template, in the format described in RFC 6570.
(Overrides ObjectToString.)
Top
See Also