RequestWillBeSentEventArgsHasUserGesture Property |
Version 100.0.140
Whether the request is initiated by a user gesture. Defaults to false.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax public bool? HasUserGesture { get; }
public:
property Nullable<bool> HasUserGesture {
Nullable<bool> get ();
}
Property Value
Type:
NullableBooleanSee Also