프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EmptyForm |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
HttpForm ( string name, bool ignoreChanges ) : System |
public AddFile ( HttpServer.HttpFile file ) : void | ||
file | HttpServer.HttpFile | The file to add |
리턴 | void |
public ContainsFile ( string name ) : bool | ||
name | string | Field name of the file parameter |
리턴 | bool |
public GetFile ( string name ) : HttpServer.HttpFile | ||
name | string | The identifier of the file |
리턴 | HttpServer.HttpFile |
public HttpForm ( HttpInput input ) : System | ||
input | HttpInput | The input to copy |
리턴 | System |