Share via


CookieState.Values Property

 

Gets or sets the collection of name-value pair, if the cookie data is structured.

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

Syntax

public NameValueCollection Values { get; }
public:
property NameValueCollection^ Values {
    NameValueCollection^ get();
}
member Values : NameValueCollection with get
Public ReadOnly Property Values As NameValueCollection

Property Value

Type: System.Collections.Specialized.NameValueCollection

The collection of name-value pair for the cookie.

See Also

CookieState Class
System.Net.Http.Headers Namespace

Return to top