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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.