RequestPatternUrlPattern Property |
Version 100.0.140
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: 100.0.140.0 (100.0.140.0)
Syntax public string UrlPattern { get; set; }
public:
property String^ UrlPattern {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also