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 개체로 표시됩니다.

적용 대상