QueryStringEnumerable.Enumerator 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 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. |