Share via


QueryStringEnumerable.Enumerator Struct

Definition

An enumerator that supplies the name/value pairs from a URI query string.

public struct QueryStringEnumerable.Enumerator
type QueryStringEnumerable.Enumerator = struct
Public Structure QueryStringEnumerable.Enumerator
Inheritance
QueryStringEnumerable.Enumerator

Properties

Name Description
Current

Gets the currently referenced key/value pair in the query string being enumerated.

Methods

Name Description
MoveNext()

Moves to the next key/value pair in the query string being enumerated.

Applies to