The following tables list the members exposed by UriMapping.
Public Properties
| Name | Description |
| IsChildNavigation |
Gets or sets a value indicating whether the specified uniform resource identifier (URI) should be processed in child-level navigation.
|
| MappedUri |
Gets or sets the uniform resource identifier (URI) that is navigated to instead of the originally requested URI.
|
| Uri |
Gets or sets the pattern to match when determining if the requested uniform resource identifier (URI) is converted to a mapped URI.
|
Top
Public Methods
| Name | Description |
| MapUri |
Converts the specified uniform resource identifier (URI) to a new URI, if the specified URI matches the defined template for converting.
|
Top
See Also