CoreWebView2CookieManager.DeleteCookies(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes cookies with matching name and uri.
public void DeleteCookies (string name, string uri);
member this.DeleteCookies : string * string -> unit
Public Sub DeleteCookies (name As String, uri As String)
Parameters
- name
- String
The name for the cookies to be deleted is required.
- uri
- String
If uri is specified, deletes all cookies with the given name where domain and path match provided URI.