Exemplo n.º 1
0
        public void ShouldRenderDynamicObject()
        {
            string html = Tags.A(new { href = "bamapps.net" }, "this is the text").Render();

            Expect.AreEqual("<a href=\"bamapps.net\">this is the text</a>", html);
        }