UrlPattern Class |
Namespace: Mastersign.Bench
The UrlPattern type exposes the following members.
Name | Description | |
---|---|---|
UrlPattern |
Initializes a new instance of UrlPattern.
|
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsMatch |
Checks, whether the given URL is a match.
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |