BasePageStandard Page_Load Method A Sandcastle Documented Class Library
Default Page_Load method. Supports loading cookie data, checking URL for force https software support, and then checks access permisions for the current page.

Namespace: P4s3Web.BasePageStandardLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected virtual void Page_Load(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System Object
e
Type: System EventArgs
See Also