Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the PreInit event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub OnPreInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreInit(e)
protected override void OnPreInit(
EventArgs e
)
e
Type: System.EventArgsAn EventArgs that contains the event data.
This override calls the base method, then issues HTTP Error 404 if Web is a null reference (Nothing in Visual Basic) and AllowNullWeb is false.
UnsecuredLayoutsPageBase class