SPContextPageInfo.IsWebWelcomePage property
Gets a value that indicates whether the current page is the Welcome page for the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsWebWelcomePage As Boolean
Get
Friend Set
'Usage
Dim instance As SPContextPageInfo
Dim value As Boolean
value = instance.IsWebWelcomePage
public bool IsWebWelcomePage { get; internal set; }
Property value
Type: System.Boolean
true if the current page is the Welcome page; otherwise, false.