WwwFormUrlDecoderEntry.Value Property

Definition

Represents a named value in a URL query string. Use the IWwwFormUrlDecoderEntry interface version (IWwwFormUrlDecoderEntry.Value) instead; see Remarks.

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

Property Value

String

Platform::String

winrt::hstring

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

Implements

Applies to

See also