Click or drag to resize

RequestPattern Properties

Version 94.4.20

The RequestPattern type exposes the following members.

Properties
  NameDescription
Public propertyRequestStage
Stage at which to begin intercepting requests. Default is Request.
Public propertyResourceType
If set, only requests for matching resource types will be intercepted.
Public propertyUrlPattern
Wildcards (`'*'` -> zero or more, `'?'` -> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to `"*"`.
Top
See Also