QueryStringEnumerable Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |