Ejemplo n.º 1
0
        public void DecodeHtml()
        {
            var act = HtmlHelpers.DecodeHtml("hello"my<lovely'/>&friend&here");

            act.Should().Be("hello\"my<lovely\'/>&friend&here");
        }