Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class NotificationMessageBody

    Represents the body of a notification message.

    Inheritance
    object
    NotificationMessageContent
    NotificationMessageBody
    Inherited Members
    NotificationMessageContent.Charset
    NotificationMessageContent.Content
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Notification.Core.Domain
    Assembly: Innovt.Notification.Core.dll
    Syntax
    public class NotificationMessageBody : NotificationMessageContent

    Properties

    | Edit this page View Source

    IsHtml

    Gets or sets a value indicating whether the content is in HTML format.

    Declaration
    public bool IsHtml { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX