FormParameter Constructor
.NET Framework (current version)
Initializes a new instance of the FormParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | FormParameter() | Initializes a new unnamed instance of the FormParameter class. |
![]() | FormParameter(FormParameter^) | Initializes a new instance of the FormParameter class with the values of the instance specified by the original parameter. |
![]() | FormParameter(String^, DbType, String^) | Initializes a new instance of the FormParameter class, using the specified string to identify which form variable field to bind to. |
![]() | FormParameter(String^, String^) | Initializes a new named instance of the FormParameter class, using the specified string to identify which form variable field to bind to. |
![]() | FormParameter(String^, TypeCode, String^) | Initializes a new named and strongly typed instance of the FormParameter class, using the specified string to identify which form variable to bind to. |
Show:

