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());
 }