Gets a list of cookies matching the specific URI.
If uri is empty string or null, all cookies under the same profile are
returned.
You can modify the cookie objects by calling
ICoreWebView2CookieManager::AddOrUpdateCookie, and the changes
will be applied to the webview.
\snippet ScenarioCookieManagement.cpp GetCookies
Gets a list of cookies matching the specific URI. If uri is empty string or null, all cookies under the same profile are returned. You can modify the cookie objects by calling ICoreWebView2CookieManager::AddOrUpdateCookie, and the changes will be applied to the webview. \snippet ScenarioCookieManagement.cpp GetCookies