Class BaseMessage
Base class for messages displayed in the administration UI.
public abstract class BaseMessage
- Inheritance
-
objectBaseMessage
- Derived
- Extension Methods
Constructors
BaseMessage()
protected BaseMessage()
Properties
Message
Text of the message.
public string Message { get; set; }
Property Value
- string
MessageAsHtml
Indicates whether Message contains HTML markup that should be rendered as HTML in the administration UI.
public bool MessageAsHtml { get; set; }
Property Value
- bool