You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note this is the same as calling WriteSafeString from inside a helper - it assumes you've done the necessary work to ensure that string is safe and does not need to be escaped.
Hi,
I am having Object data which value contains
<br />
. When I invoke the template I got encoded characters. Is there a possibility to keep<br />
?As a result i get this
<br />
. I would like to get<br />
The text was updated successfully, but these errors were encountered: