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 reference to the current Web site.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Web As SPWeb
Get
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim value As SPWeb
value = instance.Web
public SPWeb Web { get; }
Type: Microsoft.SharePoint.SPWeb
An SPWeb that represents the current Web site.
UnsecuredLayoutsPageBase class