QueryStringEnumerable.EncodedNameValuePair Struct

Definition

Represents a single name/value pair extracted from a query string during enumeration.

public readonly struct QueryStringEnumerable.EncodedNameValuePair
type QueryStringEnumerable.EncodedNameValuePair = struct
Public Structure QueryStringEnumerable.EncodedNameValuePair
Inheritance
QueryStringEnumerable.EncodedNameValuePair

Properties

EncodedName

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

EncodedValue

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

Methods

DecodeName()

Decodes the name from this name/value pair.

DecodeValue()

Decodes the value from this name/value pair.

Applies to