WwwFormUrlDecoderEntry.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Valeur d’un paramètre de requête qui correspond à la propriété Name .