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