Back to product page

Count property (HttpCookies)


Returns total number of cookies in the collection.

Type

An Integer value

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpCookies.

Remarks

This property will return total count of all cookies that exist in this request/response.

Platforms

Windows