CefClearCrossOriginWhitelist Method  | 
Version 93.1.111 Remove all entries from the cross-origin access whitelist.
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic static bool ClearCrossOriginWhitelist()
public:
static bool ClearCrossOriginWhitelist()
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:CefSharp.Cef.ClearCrossOriginWhitelist"]
Remarks
            Remove all entries from the cross-origin access whitelist. Returns false if
            the whitelist cannot be accessed.
            
See Also