GeekDork.WebSkeleton Reference

Region Class

Base entity for the Regions collection.

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

System.Object
   Region

[Visual Basic]
Public Class Region
[C#]
public class Region

Remarks

Provides the base entity for the Regions collection class which serves as a collection of regions created by an implementation of the Page class. The regions tie together a control from the Page derived class ("BasePage") and the placeholder controls in an ASPX. Any controls in a placeholder with a name matching a region name are moved to the control specified by the LayoutControl property.

Requirements

Namespace: GeekDork.WebSkeleton

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

See Also

Region Members | GeekDork.WebSkeleton Namespace