kentico_martind
-
1/13/2009 8:01:50 AM
RE:CMS.GlobalHelper.HTMLHelper.StripTags
Hello,
This is by-design behavior intended for internal purposes. In version 4.0 you will be able to choose if you want HTML entities to be replaced. Anyway, you could call HttpServerUtility.HtmlDecode function (that replaces entities with values they represent) before calling CMS.GlobalHelper.HTMLHelper.StripTags function.
Best Regards,
Martin Dobsicek
|