FormCollection Class
Contains the form value providers for the application.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.NameValueCollection
System.Web.Mvc.FormCollection
| 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.) |
![]() | Item(Int32) | (Inherited from NameValueCollection.) |
![]() | Item(String) | (Inherited from NameValueCollection.) |
![]() | Keys | (Inherited from NameObjectCollectionBase.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from NameObjectCollectionBase.) |
![]() ![]() | IValueProvider.ContainsPrefix(String) | Gets a value that indicates whether the value provider contains an entry that has the specified prefix. |
![]() ![]() | IValueProvider.GetValue(String) | Gets a value from a value provider using the specified key. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(IDictionary(Of String, Object)) | Overloaded. Copies the specified collection to the specified destination.(Defined by NameValueCollectionExtensions.) |
![]() | CopyTo(IDictionary(Of String, Object), Boolean) | Overloaded. Copies the specified collection to the specified destination, and optionally replaces previous entries.(Defined by NameValueCollectionExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



