ServiceWorkerRouterInfoRuleIdMatched Property |
Version 130.1.90
ID of the rule matched. If there is a matched rule, this field will
be set, otherwiser no value will be set.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int? RuleIdMatched { get; set; }
public:
property Nullable<int> RuleIdMatched {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also