This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Shows a dialog to inform the user that log on has failed and reloads the current page to retry logging in.
Depends on the 'javascript'- and 'javascriptonload' placeholders.
Note: optionally, the 'noscript' placeholder is used to output the error string for scriptless environments.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(IsDeterministic = true)]
public static void Alert(
	 context,
	string message
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := True)> _
Public Shared Sub Alert ( _
	context As , _
	message As  _
)

Parameters

context
IRenderContext
The context.
message
String
The message to show.

See Also

Advanced