Hevea documentation

WebPage.ShowMessenger Method 

Displays a message with the messenger box.

public void ShowMessenger(
   string message,
   MessengerType messengerType
);

Parameters

message
message to display
messengerType
type of message to display

Exceptions

Exception Type Condition
ArgumentNullException message is null

See Also

WebPage Class | Hevea.Core.Http.Html.UI Namespace