IWwwFormUrlDecoderEntry.Value Property

Definition

Represents a named value in a URL query string.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = iWwwFormUrlDecoderEntry.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

The value of a query parameter that corresponds with the Name property.

Applies to

See also