Méthode | Description | |
---|---|---|
Bind ( string button = null ) : Request | ||
Form ( |
|
|
Value ( object value ) : IKeyValueForm | ||
Value ( string key, object value ) : IKeyValueForm |
Méthode | Description | |
---|---|---|
AssignSubmitButton ( string button = null ) : void | ||
GetCharset ( ) : string | ||
GetSubmitData ( string button = null ) : |
||
ParseInputs ( |
protected AssignSubmitButton ( string button = null ) : void | ||
button | string | |
Résultat | void |
public Form ( |
||
formNode | ||
session | ISession | |
baseUrl | ||
charset | string | The character set used in the previoius response (from which the form originates). |
Résultat | System |
protected GetSubmitData ( string button = null ) : |
||
button | string | |
Résultat |
protected ParseInputs ( |
||
formNode | ||
Résultat | void |
public Value ( object value ) : IKeyValueForm | ||
value | object | |
Résultat | IKeyValueForm |
public Value ( string key, object value ) : IKeyValueForm | ||
key | string | |
value | object | |
Résultat | IKeyValueForm |