HttpCookieManager.DeleteCookie(HttpCookie) 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.
Delete an HttpCookie from the cookies associated with an app.
public:
virtual void DeleteCookie(HttpCookie ^ cookie) = DeleteCookie;
void DeleteCookie(HttpCookie const& cookie);
public void DeleteCookie(HttpCookie cookie);
function deleteCookie(cookie)
Public Sub DeleteCookie (cookie As HttpCookie)
Parameters
- cookie
- HttpCookie
The HttpCookie to delete.