| UrlPatternQueryPattern Property |
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.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public IDictionary<string, Regex> QueryPattern { get; }
Public ReadOnly Property QueryPattern As IDictionary(Of String, Regex)
Get
Property Value
Type:
IDictionaryString,
RegexSee Also