FormCollection Class
Contains the form value providers for the application.
System::Object
System.Collections.Specialized::NameObjectCollectionBase
System.Collections.Specialized::NameValueCollection
System.Web.Mvc::FormCollection
System.Collections.Specialized::NameObjectCollectionBase
System.Collections.Specialized::NameValueCollection
System.Web.Mvc::FormCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The FormCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FormCollection() | Initializes a new instance of the FormCollection class. |
![]() | FormCollection(NameValueCollection) | Initializes a new instance of the FormCollection class. |
| Name | Description | |
|---|---|---|
![]() | AllKeys | (Inherited from NameValueCollection.) |
![]() | Count | (Inherited from NameObjectCollectionBase.) |
![]() | IsReadOnly | (Inherited from NameObjectCollectionBase.) |
![]() | Item[String] | (Inherited from NameValueCollection.) |
![]() | Item[Int32] | (Inherited from NameValueCollection.) |
![]() | Keys | (Inherited from NameObjectCollectionBase.) |
Top
| Name | Description | |
|---|---|---|
![]() | CopyTo(IDictionary<String, Object>) | Overloaded. Copies the specified collection to the specified destination. (Defined by NameValueCollectionExtensions.) |
![]() | CopyTo(IDictionary<String, Object>, Boolean) | Overloaded. Copies the specified collection to the specified destination, and optionally replaces previous entries. (Defined by NameValueCollectionExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo | (Inherited from NameObjectCollectionBase.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from NameObjectCollectionBase.) |
![]() ![]() | IValueProvider::ContainsPrefix | Gets a value that indicates whether the value provider contains an entry that has the specified prefix. |
![]() ![]() | IValueProvider::GetValue | Gets a value from a value provider using the specified key. |
![]() ![]() | ICollection::SyncRoot | (Inherited from NameObjectCollectionBase.) |
Show:

