FrameScheduledNavigationEventArgsReason Property |
Version 130.1.90
The reason for the navigation.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public ClientNavigationReason Reason { get; set; }
public:
property ClientNavigationReason Reason {
ClientNavigationReason get ();
void set (ClientNavigationReason value);
}
Property Value
ClientNavigationReasonSee Also