Class NotificationMessageBody
Represents the body of a notification message.
Inherited Members
Namespace: Innovt.Notification.Core.Domain
Assembly: Innovt.Notification.Core.dll
Syntax
public class NotificationMessageBody : NotificationMessageContent
Properties
| Edit this page View SourceIsHtml
Gets or sets a value indicating whether the content is in HTML format.
Declaration
public bool IsHtml { get; set; }
Property Value
Type | Description |
---|---|
bool |