Shows how to call C# directly from your html. This receives an onsubmit call when a form is submitted through onsubmit="FormExampleHandler.OnSubmit". That maps to this class and its OnSubmit method.
Static Public Member Functions | |
static void | OnSubmit (FormData form) |
Called when the form is submitted through onsubmit="FormExampleHandler.OnSubmit". More... | |
|
inlinestatic |
Called when the form is submitted through onsubmit="FormExampleHandler.OnSubmit".
form | A simple object holding the values of all your form inputs by name. |