QueryStringEnumerable.EncodedNameValuePair.EncodedValue Property

Definition

Gets the value from this name/value pair in its original encoded form. To get the decoded string, call DecodeValue().

public ReadOnlyMemory<char> EncodedValue { get; }
member this.EncodedValue : ReadOnlyMemory<char>
Public ReadOnly Property EncodedValue As ReadOnlyMemory(Of Char)

Property Value

Applies to