Partager via


WwwFormUrlDecoderEntry.Value Propriété

Définition

Représente une valeur nommée dans une chaîne de requête d’URL. Utilisez la version de l’interface IWwwFormUrlDecoderEntry (IWwwFormUrlDecoderEntry.Value) à la place ; voir Remarques.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Valeur d’un paramètre de requête qui correspond à la propriété Name .

Implémente

S’applique à

Voir aussi