Click or drag to resize

UrlPattern Properties

The UrlPattern type exposes the following members.

Properties
  NameDescription
Public propertyHostPattern
A regular expression wich must match the host part of an URL, or null.
Public propertyPathPattern
A regular expression which must match the path part of an URL, or null.
Public propertyQueryPattern
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.
Top
See Also