FormCollection.GetEnumerator Method

Definition

Returns an struct enumerator that iterates through a collection without boxing and is also used via the IFormCollection interface.

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

Returns

An FormCollection.Enumerator object that can be used to iterate through the collection.

Applies to