WwwFormUrlDecoderEntry.Name Property

Definition

Represents the name of a parameter in a URL query string. Use the IWwwFormUrlDecoderEntry interface version (IWwwFormUrlDecoderEntry.Name) instead; see Remarks.

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

Property Value

String

Platform::String

winrt::hstring

The name of a query string parameter. The Value property represents the corresponding value.

Implements

Applies to

See also