World is now on Opti ID! Learn more
Hi, this assertion fails and this make us to apply workaround to be able to use special symbols in link titles. Is this a bug in EPiServer 6?
Assert.AreEqual("<a href=\"http://google.com\" title=\"ä title\">ä item</a>", (new LinkItem { Href = "http://google.com", Text = "ä item", Title = "ä title" }).ToPermanentLink());
Assert.AreEqual failed. Expected:<<a href="http://google.com" title="ä title">ä item</a>>. Actual:<<a href="http://google.com" title="&#228; title">ä item</a>>.
Hi, this assertion fails and this make us to apply workaround to be able to use special symbols in link titles. Is this a bug in EPiServer 6?
Assert.AreEqual("<a href=\"http://google.com\" title=\"ä title\">ä item</a>",
(new LinkItem {
Href = "http://google.com",
Text = "ä item",
Title = "ä title" }).ToPermanentLink());
Assert.AreEqual failed. Expected:<<a href="http://google.com" title="ä title">ä item</a>>. Actual:<<a href="http://google.com" title="&#228; title">ä item</a>>.