Download sample
The UriTemplate class provides methods for working with sets of URIs that share a common structure. This sample demonstrates the following key concepts relating to UriTemplate:
-
Syntax for creating templates.
-
Instantiating URIs from a UriTemplate using BindByName and BindByPosition.
- Match, which is the inverse operation of BindByName and BindByPosition.
Note: |
|---|
|
This sample requires that .NET Framework version 3.5 is installed to build and run. Visual Studio 2008 is required to open the project and solution files. |
To set up, build, and run the sample
See Also
© 2007 Microsoft Corporation. All rights reserved.