Used to determine if current uset has access to requested page.

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

Syntax

C#
protected virtual bool AllowAccess()
Visual Basic
Protected Overridable Function AllowAccess As Boolean
Visual C++
protected:
virtual bool AllowAccess()
F#
abstract AllowAccess : unit -> bool 
override AllowAccess : unit -> bool 

Return Value

Type: Boolean
True if the user can access the page, false otherwise

See Also