RequestPatternUrlPattern Property |
Version 118.6.80
Wildcards (`'*'` -> zero or more, `'?'` -> exactly one) are allowed. Escape character is
backslash. Omitting is equivalent to `"*"`.
Namespace:
CefSharp.DevTools.Fetch
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string UrlPattern { get; set; }
public:
property String^ UrlPattern {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also