Свойство | Type | Description | |
---|---|---|---|
EmptyForm |
Méthode | Description | |
---|---|---|
AddFile ( HttpServer.HttpFile file ) : void |
Adds a file to the collection of posted files
|
|
Clear ( ) : void |
Disposes all held HttpFile's and resets values
|
|
ContainsFile ( string name ) : bool |
Checks if the form contains a specified file
|
|
GetFile ( string name ) : HttpServer.HttpFile |
Retrieves a file held by by the form
|
|
HttpForm ( ) : System |
Initializes a form container with the specified name
|
|
HttpForm ( HttpInput input ) : System |
Makes a deep copy of the input
|
Méthode | Description | |
---|---|---|
HttpForm ( string name, bool ignoreChanges ) : System |
public AddFile ( HttpServer.HttpFile file ) : void | ||
file | HttpServer.HttpFile | The file to add |
Résultat | void |
public ContainsFile ( string name ) : bool | ||
name | string | Field name of the file parameter |
Résultat | bool |
public GetFile ( string name ) : HttpServer.HttpFile | ||
name | string | The identifier of the file |
Résultat | HttpServer.HttpFile |
public HttpForm ( HttpInput input ) : System | ||
input | HttpInput | The input to copy |
Résultat | System |