UrlPattern Properties |
The UrlPattern type exposes the following members.
Name | Description | |
---|---|---|
HostPattern |
A regular expression wich must match the host part of an URL, or null.
| |
PathPattern |
A regular expression which must match the path part of an URL, or null.
| |
QueryPattern |
A dictionary with regular expressions, which must match the query arguments of an URL, or null.
The key in the dictionary is the name of a query argument.
The value in the dictionary is the regular expression which must match the value of
the corresponding query argument.
|