Class NotificationMessageContent
Represents the content of a notification message.
Inherited Members
Namespace: Innovt.Notification.Core.Domain
Assembly: Innovt.Notification.Core.dll
Syntax
public class NotificationMessageContent
Properties
| Edit this page View SourceCharset
Gets or sets the character set of the content.
Declaration
public string Charset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Content
Gets or sets the content.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |