System.Windows.Forms.HtmlDocument.Cookie Property

Gets or sets the HTTP cookies associated with this document.

Syntax

public string Cookie { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HtmlDocument.Cookie property of System.Windows.Forms.HtmlDocument exposes all cookies set for a Web page.

A cookie is an arbitrary name/value pair associated with a given Web page. Web developers use cookies to track when users visit or return to a Web site. A cookie is composed of multiple parts, called cookie crumbs, that determine the following:

  • The document set to which the cookie applies; its domain and path.

  • The name and value of the cookie.

  • The expiration date of the cookie.

  • Whether the cookie can only be sent using a secure connection.

The HtmlDocument.Cookie property may contain multiple cookies.

You can only use the HtmlDocument.Cookie property to set one cookie at a time.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0