Class PlaceholderDisableHtmlEncodingAttribute
- Namespace
- CMS.Notifications
- Assembly
- CMS.Notifications.dll
If this attribute is added to a notification placeholder property in a INotificationPlaceholders implementation, the placeholder's value is rendered as a raw string. Otherwise the value is HTML encoded by default.
[AttributeUsage(AttributeTargets.Property)]
public sealed class PlaceholderDisableHtmlEncodingAttribute : Attribute
- Inheritance
-
objectAttributePlaceholderDisableHtmlEncodingAttribute
- Extension Methods