Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft