Gets a string array containing all the keys (cookie names) in the cookie collection.

Namespace: OpenNETCF.Web
Assembly: OpenNETCF.Web (in OpenNETCF.Web.dll) Version: 1.5.11353.0 (1.5.11353.0)

Syntax

C#
public string[] AllKeys { get; }
Visual Basic
Public ReadOnly Property AllKeys As String()
	Get
Visual C++
public:
property array<String^>^ AllKeys {
	array<String^>^ get ();
}

See Also