| UriTemplateMatch Method (Uri) |
This API is preliminary and subject to change.
Namespace: Rackspace.NetAssembly: Rackspace.Net.UriTemplate (in Rackspace.Net.UriTemplate.dll) Version: 1.0.0.0-beta003
Syntaxpublic UriTemplateMatch Match(
Uri candidate
)
Public Function Match (
candidate As Uri
) As UriTemplateMatch
public:
UriTemplateMatch^ Match(
Uri^ candidate
)
member Match :
candidate : Uri -> UriTemplateMatch
Parameters
- candidate
- Type: SystemUri
The Uri to match against the template.
Return Value
Type:
UriTemplateMatchA
UriTemplateMatch object containing the results of the match operation, or
if the match failed.
Exceptions
Remarks
For detailed information about the behavior of this method, see the remarks in the
documentation for the
Match Overload methods.
Version Information.NET Framework
Supported in: 2.0
Portable Class Library
Supported in: Portable Class Library (Legacy)
URI Template Library
Supported in: 1.0
See Also