예제 #1
0
 public void TestUrl()
 {
     _button.Url("a");
     Assert.AreEqual(CreateResult("url", "'a'"), _button.ToHtmlString());
 }