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 Homer.
If you want to use the <EPiServer:Property> webcontrol, take a look at these blog posts:
http://labs.episerver.com/en/Blogs/Steve-Celius/Dates/112266/2/Taking-Control-of-Property-Rendering/
http://labs.episerver.com/en/Blogs/Mari-Jorgensen/Dates/112298/3/Replacing-Property-Rendering-Using-Adapters/
Br, Tore
Be carful with the code below that can break your page:
<%= CurrentPage.Property["PropertyName"] %>
You should always take care to add html encoding:
<%= HttpUtility.HtmlEncode(CurrentPage.Property["PropertyName"] as string) %>
Read more: http://blog.fredrikhaglund.se/blog/2008/12/08/epipattern-how-to-render-valid-xhtml-part-12/
Fredrik, u r so cool :) Still teaching CMS5 beginners course these days?
Thx for ur comments!!!
Hi
When I added a String(<=255) property, in there out put html code, there is a <span> </span> added with the value, how to or is it possible to removed the span tag?
G'day