PageBase Class

This page contains logic common to all AD FS Web pages.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim instance As PageBase

Syntax

'Declaration
Public Class PageBase
    Inherits Page
public class PageBase : Page
public ref class PageBase : public Page
public class PageBase extends Page
public class PageBase extends Page

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.TemplateControl
       System.Web.UI.Page
        Microsoft.IdentityServer.Web.UI.PageBase
           Microsoft.IdentityServer.Web.UI.IdentityProviderInitiatedSignonPage
           Microsoft.IdentityServer.Web.UI.InternalOnlyPage

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.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PageBase Members
Microsoft.IdentityServer.Web.UI Namespace