







![]() ![]() ![]() |
C# Webserver |
HttpForm Members |
HttpForm Class Constructors Methods Fields Properties See Also Send Feedback |
The HttpForm type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpForm | Overloaded. |
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.) |
Fields
Name | Description | |
---|---|---|
![]() | _ignoreChanges | Variable telling the class that it is non-initialized Empty (Inherited from HttpInput.) |
![]() ![]() | EmptyForm | Instance to help mark a non-initialized form |
Properties
Name | Description | |
---|---|---|
![]() | Item |
Get a form item.
(Inherited from HttpInput.) |
![]() | Name |
Form name as lower case
(Inherited from HttpInput.) |