United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint.WebControls
UnsecuredLayoutsPageBase class
UnsecuredLayoutsPageBase properties
AllowAnonymousAccess property
AllowNullWeb property
CurrentRequestUrlAndQuery property
DynamicMasterPageFile property
IsDialogMode property
MobilePageUrl property
PageToRedirectOnCancel property
RequestResources property
RequestViewGuid property
RequiresHighReliability property
RequiresMasterInfo property
ShowStandardControls property
Site property
Web property
This topic has not yet been rated
-
Rate this topic
UnsecuredLayoutsPageBase
.
Web property
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Gets a reference to the current Web site.
Namespace:
Microsoft.SharePoint.WebControls
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
public
SPWeb Web {
get
; }
Property value
Type:
Microsoft.SharePoint.SPWeb
An
SPWeb
that represents the current Web site.
See also
Reference
UnsecuredLayoutsPageBase class
UnsecuredLayoutsPageBase members
Microsoft.SharePoint.WebControls namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD