Click or drag to resize

RequestPattern Properties

Version 130.1.90

The RequestPattern type exposes the following members.

Properties
 NameDescription
Public propertyInterceptionStage 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