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.

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