Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
We have site running EPiServer CMS 10.8.0 and get trouble when trying to render two or more XHtmlString properties via PropertyFor/DisplayFor.
This is the stacktrace given:
If we instead render it via @Html.XhtmlSting(Model.Property) or just @Model.Property it works fine. So the workaround atm is to just do this:
But it would be great if PropertyFor would work so does anyone have any idea on how to fix the problem?