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
'Declaration
Public ReadOnly Property Values As NameValueCollection
Get
'Usage
Dim instance As CookieState
Dim value As NameValueCollection
value = instance.Values
public NameValueCollection Values { get; }
public:
property NameValueCollection^ Values {
NameValueCollection^ get ();
}
member Values : NameValueCollection
function get Values () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection
The collection of name-value pair for the cookie.