Returns an array of all cookie keys in the cookie collection.
[Visual Basic] Public ReadOnly Property AllKeys As String () [C#] public string[] AllKeys {get;} [C++] public: __property String* get_AllKeys(); [JScript] public function get AllKeys() : String[];
HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace