Share via


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

Name Description
QueryStringEnumerable(ReadOnlyMemory<Char>)

Constructs an instance of QueryStringEnumerable.

QueryStringEnumerable(String)

Constructs an instance of QueryStringEnumerable.

Methods

Name Description
GetEnumerator()

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

Applies to