UriPathTemplate.Match(Uri) Method

Definition

public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,string>> Match (Uri uri);
member this.Match : Uri -> System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, string>>
Public Function Match (uri As Uri) As IList(Of KeyValuePair(Of String, String))

Parameters

uri
Uri

Returns

Applies to