HttpRouteMatch interface
Criteria to match on
Properties
| case |
path case sensitive, default is true |
| path | match on exact path |
| path |
match on all prefix's. Not exact |
| prefix | match on all prefix's. Not exact |
Property Details
caseSensitive
path case sensitive, default is true
caseSensitive?: boolean
Property Value
boolean
path
match on exact path
path?: string
Property Value
string
pathSeparatedPrefix
match on all prefix's. Not exact
pathSeparatedPrefix?: string
Property Value
string
prefix
match on all prefix's. Not exact
prefix?: string
Property Value
string