CookieHeaderValue.Path Property

 

Gets or sets the virtual path to transmit with the current cookie.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public string Path {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Path {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

The virtual path to transmit with the cookie.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top