Exemplo n.º 1
0
 public void TestAction()
 {
     _form.Action("a").Begin();
     AssertResult("action=\"a\"");
 }