Mono Class Library: System.Web.HttpCookie Overview | Members

System.Web.HttpCookie.Path Property

The subset of URLs to which this cookie applies.

public string Path { set; get; }

Value

The current path value, by default it is "/".

Remarks

The Path attribute specifies the subset of URLs to which this cookie applies.

The value for the Path attribute will be ignored is not a prefix of the request-URI (see RFC 2109 for details).

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0