LayoutsPageBase Class (Microsoft.SharePoint.WebControls) Home
LayoutsPageBase Class (Microsoft.SharePoint.WebControls)
Represents an application page (sometimes called a "_layouts" page) to which access can be limited to users that possess certain rights.

Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

'Usage

Dim instance As LayoutsPageBase


'Declaration

<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
Public Class LayoutsPageBase
    Inherits UnsecuredLayoutsPageBase
Remarks

In general, use LayoutsPageBase as a base class for pages that should only be accessible to authenticated users with certain rights. For pages to which even unauthenticated users should have access, use the parent class UnsecuredLayoutsPageBase.

Typically, you create a class in a code behind (.aspx.cs) file that derives from LayoutsPageBase. Your .aspx file, in turn, inherits from your custom page class. For example, the c:\Program Files\Microsoft Shared\web server extenstions\12\TEMPLATE\LAYOUTS\CreateWebPage.aspx page that ships with Windows SharePoint Services 3.0 inherits from an internal class named CreateWebPage which itself inherits from LayoutsPageBase.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.TemplateControl
       System.Web.UI.Page
         Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
          Microsoft.SharePoint.WebControls.LayoutsPageBase
             Microsoft.SharePoint.ApplicationPages.ContentsPage
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View