Compartir a través de


WwwFormUrlDecoder.Size Propiedad

Definición

Obtiene el número de pares nombre-valor en la cadena de consulta de dirección URL actual.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Número de pares nombre-valor.

Implementaciones

Comentarios

Los pares nombre-valor se representan mediante objetos IWwwFormUrlDecoderEntry .

Se aplica a