Displays the message. Uses the message page URL form the web.config (MessagePageUrl).

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void Show(
	string message
)
Visual Basic
Public Shared Sub Show ( 
	message As String
)
Visual C++
public:
static void Show(
	String^ message
)
F#
static member Show : 
        message : string -> unit 

Parameters

message
Type: System..::..String
Message content.

See Also