FormCollection Constructor (NameValueCollection)
Initializes a new instance of the FormCollection class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
collection As NameValueCollection _
)
public FormCollection(
NameValueCollection collection
)
public:
FormCollection(
NameValueCollection^ collection
)
Parameters
- collection
Type: System.Collections.Specialized.NameValueCollection
The collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The collection parameter is null reference (Nothing in Visual Basic). |