.NET Framework Class Library
FormCollection Class
Contains the form value providers for the application.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class FormCollection _
Inherits NameValueCollection
Dim instance As FormCollection
public class FormCollection : NameValueCollection
public ref class FormCollection : public NameValueCollection
System..::.Object
System.Collections.Specialized..::.NameObjectCollectionBase
System.Collections.Specialized..::.NameValueCollection
System.Web.Mvc..::.FormCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference