Check if ASP.NET page path object exists.

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

Syntax

C#
bool PagePathExists(
	string path
)
Visual Basic
Function PagePathExists ( 
	path As String
) As Boolean
Visual C++
bool PagePathExists(
	String^ path
)
F#
abstract PagePathExists : 
        path : string -> bool 

Parameters

path
Type: System..::..String
Page path.

Return Value

Type: Boolean
True if page path exists, false otherwise.

See Also