QueryStringEnumerable.GetEnumerator Method

Definition

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

public Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable.Enumerator
Public Function GetEnumerator () As QueryStringEnumerable.Enumerator

Returns

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

Applies to