







The HttpForm type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Add a new element. Form array elements are parsed
and added in a correct hierachy.
(Inherited from HttpInput.) |
![]() | AddFile |
Adds a file to the collection of posted files
|
![]() | Clear | Disposes all held HttpFile's and resets values (Overrides HttpInput..::.Clear()()().) |
![]() | Contains |
Returns true if the class contains a HttpInput value with the corresponding name
(Inherited from HttpInput.) |
![]() | ContainsFile |
Checks if the form contains a specified file
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from HttpInput.) |
![]() | GetFile |
Retrieves a file held by by the form
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Outputs the instance representing all its values joined together (Inherited from HttpInput.) |