FormExampleHandler.cs File Reference

Classes

class  FormExampleHandler
 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. More...