Gets the custom error redirect page from the customErrors section of the web.config.

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

Syntax

C#
public static string CustomErrorRedirectPage { get; }
Visual Basic
Public Shared ReadOnly Property CustomErrorRedirectPage As String
	Get
Visual C++
public:
static property String^ CustomErrorRedirectPage {
	String^ get ();
}
F#
static member CustomErrorRedirectPage : string with get

Property Value

Type: String
The custom error redirect page.

See Also