Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
ICookieManager Interface
ICookieManager Methods
DeleteCookies Method
FlushStore Method
SetCookie Method
VisitAllCookies Method
VisitUrlCookies Method
Click or drag to resizeClick or drag to resize

ICookieManagerVisitUrlCookies Method

Version 118.6.80
Visit a subset of cookies on the CEF UI thread. The results are filtered by the given url scheme, host, domain and path. The returned cookies are ordered by longest path, then by earliest creation date.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
boolVisitUrlCookies(stringurl,boolincludeHttpOnly,ICookieVisitorvisitor)
boolVisitUrlCookies(String^url,boolincludeHttpOnly,ICookieVisitor^visitor)

Parameters

url
Type: SystemString
The URL to use for filtering a subset of the cookies available.
includeHttpOnly
Type: SystemBoolean
If true HTTP-only cookies will also be included in the results.
visitor
Type: CefSharpICookieVisitor
A user-provided Cookie Visitor implementation.

Return Value

Type: Boolean
Returns false if cookies cannot be accessed; otherwise, true.
See Also

Reference

ICookieManager Interface
CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp