Platforms to show: All Mac Windows Linux Cross-Platform
WKHTTPCookieStoreMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | WebKit2 | MBS Mac64bit Plugin | 20.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Example:
Dim CookieStore As WKHTTPCookieStoreMBS = WKWebViewControlMBS1.WKWebView.HTTPCookieStore
Dim cookies() As NSHTTPCookieMBS = CookieStore.AllCookies
Dim cookie As NSHTTPCookieMBS = cookies(0)
// now check in debugger
Break
- event DidChange
- property Handle as Integer
- 5 methods
- method AllCookies as NSHTTPCookieMBS()
- method Constructor(WKWebView as WKWebViewMBS)
- method deleteCookie(cookie as NSHTTPCookieMBS, wait as boolean = true)
- method Destructor
- method setCookie(cookie as NSHTTPCookieMBS, wait as boolean = true)
This class has no sub classes.
Some properties using for this class:
- WKWebViewMBS.HTTPCookieStore as WKHTTPCookieStoreMBS
Blog Entries
- News from the MBS Xojo Plugins Version 20.1
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.1
- MBS Xojo Plugins, version 20.1pr4
Xojo Developer Magazine
The items on this page are in the following plugins: MBS Mac64bit Plugin.
WKFrameInfoMBS - WKNavigationActionMBS
