WwwFormUrlDecoder.Size 属性

定义

获取当前 URL 查询字符串中名称/值对的数目。

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

属性值

UInt32

unsigned int

uint32_t

名称/值对的数目。

实现

注解

名称/值对由 IWwwFormUrlDecoderEntry 对象表示。

适用于