London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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>>.