Get the web string representation of the property's value, on properties that do not
use the editor this string will not contain any markup characters.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public virtual string ToWebString() |
Return Value
A string where all html tags except those defined in UISafeHtmlTags have been encoded and therefore will appear in the text instead of tags.
Remarks
The character '&' will also be encoded to '&'.