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.
Gets a value indicating whether the UnsecuredLayoutsPageBase can initialize even if the current Web site is a null reference (Nothing in Visual Basic).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property AllowNullWeb As Boolean
Get
'Usage
Dim value As Boolean
value = Me.AllowNullWeb
protected virtual bool AllowNullWeb { get; }
Type: System.Boolean
true if the page can initialize even in a context with no Web site; otherwise, false.
The default implementation always returns false.
UnsecuredLayoutsPageBase class