Reset Method
Reset the component.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
Reset resets all HTTP headers to default values and clears all form variables.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.