CefClearCrossOriginWhitelist Method |
Version 130.1.90Remove all entries from the cross-origin access whitelist.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool ClearCrossOriginWhitelist()
public:
static bool ClearCrossOriginWhitelist()
Return Value
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