GeekDork.WebSkeleton Reference

GeekDork.WebSkeleton Namespace

Class library used for web application infrastructure.

Namespace hierarchy

Classes

ClassDescription
Page 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.
Region Base entity for the Regions collection.
Regions Collection of Region objects.
StringList Collection of strings.
Tokens Constants used for ApplicationName replacement tokens.
UserControl The base user control from which all application user controls are derived in order to have access to the shared IUCProperties.
WebSkeletonException

Interfaces

InterfaceDescription
IFramingProperties Settings for handling framed pages. Enables automatic checking for whether a page that is supposed to be framed is framed or not.
IProperties Properties used in the construction and manipulation of a site constructed with WebSkeleton. Interface exists as a member of Page.
IUCProperties Summary description for iUCProperties.