ICookieManagerVisitAllCookies Method |
Version 130.1.90
Visit all cookies on the UI thread. The returned cookies are ordered by longest path, then by earliest creation date.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool VisitAllCookies(
ICookieVisitor visitor
)
bool VisitAllCookies(
ICookieVisitor^ visitor
)
Parameters
- visitor ICookieVisitor
- A user-provided Cookie Visitor implementation.
Return Value
BooleanReturns false if cookies cannot be accessed; otherwise, true.
See Also