HttpRouteMatchPath interface   
Path to match for routing.
Properties
| rewrite | replacement string for matched part of the Uri.  | 
| type | how to match value in the Uri  | 
| value | Uri path to match for request.  | 
Property Details
rewrite
replacement string for matched part of the Uri.
rewrite?: string
				Property Value
string
type
how to match value in the Uri
type: string
				Property Value
string
value
Uri path to match for request.
value: string
				Property Value
string