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

Current

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

Methods

MoveNext()

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

Applies to