IWwwFormUrlDecoderEntry.Name Property

Definition

Represents the name of a parameter in a URL query string.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = iWwwFormUrlDecoderEntry.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.

Applies to

See also