GeekDork.WebSkeleton Reference

Page Class

The main class that all application pages will be derived from via one or more base pages that structure the master layout. This class overrides and hides the default parsing of the web form in order to absorb all the web form's controls into the MainContent property.

For a list of all members of this type, see Page Members.

System.Object
   Control
      TemplateControl
         Page
            Page

[Visual Basic]
MustInherit Public Class Page
Inherits Page
[C#]
public abstract class Page : Page

Requirements

Namespace: GeekDork.WebSkeleton

Assembly: GeekDork.WebSkeleton (in GeekDork.WebSkeleton.dll)

See Also

Page Members | GeekDork.WebSkeleton Namespace