WebBrowser RemoveCookie Method C# API
Removes all cookies with the given name from the cookie cache

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public virtual void RemoveCookie(
	string cookieName
)

Parameters

cookieName
Type: System String
The name of the cookies to remove
See Also