UriTemplateMatch Properties
.NET Framework (current version)
Namespace:
System
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | BaseUri | Gets and sets the base URI for the template match. |
![]() | BoundVariables | Gets the BoundVariables collection for the template match. |
![]() | Data | Gets and sets the object associated with the UriTemplateMatch instance. |
![]() | QueryParameters | Gets a collection of query string parameters and their values. |
![]() | RelativePathSegments | Gets a collection of relative path segments. |
![]() | RequestUri | Gets and sets the matched URI. |
![]() | Template | Gets and sets the UriTemplate instance associated with this UriTemplateMatch instance. |
![]() | WildcardPathSegments | Gets a collection of path segments that are matched by a wildcard in the URI template. |
Show:
