GetPageContext()

Gets the current PageContext object that provides access to page attributes and configuration, request and response objects.

GetPageContext( );

Returns: any

This function does not take any arguments.

Examples

writeDump(getPageContext());

See also