A tester for an ASP.NET form. Most of the methods in this class aren't meant to be called by third parties.

The API for this class will change in future releases.

Inheritance: Tester
Example #1
0
 internal void SubmitForm(WebFormTester form)
 {
     TrackUrlReferrer();
     DoWebRequest(form.Action, form.Method, form.Variables.ToString());
 }
Example #2
0
 internal void SubmitForm(WebFormTester form)
 {
     TrackUrlReferrer();
     DoWebRequest(form.Action, form.Method, form.Variables.ToString());
 }