Partager via


WwwFormUrlDecoderEntry.Name Propriété

Définition

Représente le nom d’un paramètre dans une chaîne de requête d’URL. Utilisez plutôt la version de l’interface IWwwFormUrlDecoderEntry (IWwwFormUrlDecoderEntry.Name) ; voir Remarques.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom d’un paramètre de chaîne de requête. La propriété Value représente la valeur correspondante.

Implémente

S’applique à

Voir aussi