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 title,
	string description
)
Visual Basic
Public Shared Sub Show ( 
	title As String,
	description As String
)
Visual C++
public:
static void Show(
	String^ title, 
	String^ description
)
F#
static member Show : 
        title : string * 
        description : string -> unit 

Parameters

title
Type: System..::..String
Message page title.
description
Type: System..::..String
Message content.

See Also