Share via


HttpCookieCollection.Size 属性

定义

获取 HttpCookieCollection 中的 Cookie 数。

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = httpCookieCollection.size;
Public ReadOnly Property Size As UInteger

属性值

UInt32

unsigned int

uint32_t

HttpCookieCollection 中的 Cookie 数。

实现

适用于