RequestIsSameSite Property  | 
Version 106.0.290 
            True if this resource request is considered to be the 'same site' as the
            request correspondinfg to the main frame.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic bool? IsSameSite { get; set; }public:
property Nullable<bool> IsSameSite {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also