View.flashMessage

Creates a flash message.

class View
final
static if(isWebServer)
void
flashMessage
(
string identifier
,
string message
,,
size_t displayTime = 0
)

Parameters

identifier string

The identifier of the flash message.

message string

The message to display.

type FlashMessageType

The type of the flash message.

Meta