Share via


IdentityModelSignInPageBase.AllowNullWeb property

Gets a value that indicates whether the page can initialize even if the current website is null .

Namespace:  Microsoft.SharePoint.IdentityModel.Pages
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property AllowNullWeb As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.AllowNullWeb
protected override bool AllowNullWeb { get; }

Property value

Type: System.Boolean
true if the page can initialize even if the current website is null ; otherwise, false.

Remarks

This property is always true.

See also

Reference

IdentityModelSignInPageBase class

IdentityModelSignInPageBase members

Microsoft.SharePoint.IdentityModel.Pages namespace