QueryStringEnumerable.EncodedNameValuePair.EncodedName Property

Definition

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

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

Property Value

Applies to