[This is preliminary documentation and is subject to change.]
Represents a URI pattern that can get matched against URI requests.
The pattern is formed using regular URL grammar and captures segments denoted by "{}".
Example: '/profiles/{controller}/{action="dflt value"}/{*params}'
The class uses CSharp lexer, so it allows to use string escapes and unicode chars like CSharp
Inheritance Hierarchy

NFX.Wave URIPattern
Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also