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#
public virtual bool PagePathExists(
	string path
)
Visual Basic
Public Overridable Function PagePathExists ( 
	path As String
) As Boolean
Visual C++
public:
virtual bool PagePathExists(
	String^ path
)
F#
abstract PagePathExists : 
        path : string -> bool 
override PagePathExists : 
        path : string -> bool 

Parameters

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

Return Value

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

Implements

IPageBLL..::..PagePathExists(String)

See Also