QueryStringEnumerable Struct

Definition

An enumerable that can supply the name/value pairs from a URI query string.

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

Constructors

QueryStringEnumerable(ReadOnlyMemory<Char>)

Constructs an instance of QueryStringEnumerable.

QueryStringEnumerable(String)

Constructs an instance of QueryStringEnumerable.

Methods

GetEnumerator()

Retrieves an object that can iterate through the name/value pairs in the query string.

Applies to