Gets a value ndicating whether the cookie has sub-keys.
[Visual Basic] Public ReadOnly Property HasKeys As Boolean [C#] public bool HasKeys {get;} [C++] public: __property bool get_HasKeys(); [JScript] public function get HasKeys() : Boolean;
true if the cookies has sub-keys, otherwise false. The default value is false.
HttpCookie Class | HttpCookie Members | System.Web Namespace