Click or drag to resize
UriTemplate Class
This API is preliminary and subject to change.
A class that represents an RFC 6570 URI Template.
Inheritance Hierarchy
SystemObject
  TunnelVisionLabs.NetUriTemplate

Namespace: TunnelVisionLabs.Net
Assembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax
public class UriTemplate

The UriTemplate type exposes the following members.

Constructors
  NameDescription
Public methodUriTemplate
Initializes a new instance of the UriTemplate class using the specified template.
Top
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
Properties
  NameDescription
Public propertyTemplate
Gets the original template text the UriTemplate was constructed from.
Top
Version Information

.NET Framework

Supported in: 2.0

Portable Class Library

Supported in: Portable Class Library (Legacy)

URI Template Library

Supported in: 1.0
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also