FormCollection.GetEnumerator Method
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.
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.