pattern property
Pattern
get
pattern
The pattern that is used to match the page path. It must match the entire path, not just the file suffix. Regexes are allowed.
Implementation
Pattern get pattern;
The pattern that is used to match the page path. It must match the entire path, not just the file suffix. Regexes are allowed.
Pattern get pattern;