QueryStringEnumerable.EncodedNameValuePair.EncodedValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)