UriTemplate::Match Method (Uri^, Uri^)

 

Attempts to match a T:System.URI to a UriTemplate.

Namespace:   System
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
UriTemplateMatch^ Match(
	Uri^ baseAddress,
	Uri^ candidate
)

Parameters

baseAddress
Type: System::Uri^

The base address.

candidate
Type: System::Uri^

The Uri to match against the template.

Return Value

Type: System::UriTemplateMatch^

An instance.

If the match is successful the UriTemplateMatch is populated with the URI segments, variable values, query string values, and wildcard segments from the candidate URI. If the match is unsuccessful, null is returned.

The following example shows how to call the Match(Uri^, Uri^) method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: