Condividi tramite


WwwFormUrlDecoderEntry.Value Proprietà

Definizione

Rappresenta un valore denominato in una stringa di query URL. Usare invece la versione dell'interfaccia IWwwFormUrlDecoderEntry (IWwwFormUrlDecoderEntry.Value); vedere Osservazioni.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = wwwFormUrlDecoderEntry.value;
Public ReadOnly Property Value As String

Valore della proprietà

String

Platform::String

winrt::hstring

Valore di un parametro di query corrispondente alla proprietà Name .

Implementazioni

Si applica a

Vedi anche