







|
| C# Webserver |
| FormValidator..::.SetForm Method (HttpInputBase, ) |
| FormValidator Class See Also Send Feedback |
Switch to a new http input.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void SetForm( HttpInputBase form, LanguageNode modelLanguage ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetForm ( _ form As HttpInputBase, _ modelLanguage As LanguageNode _ ) |
| Visual C++ |
|---|
public: void SetForm( HttpInputBase^ form, LanguageNode^ modelLanguage ) |
Parameters
- form
- Type: HttpServer..::.HttpInputBase
form to use validation for now
- modelLanguage
- Type: LanguageNode
language for the validation
