GeekDork.WebSkeleton Reference

Region Constructor 

Single constructor. Pass region name and the layout control

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal control As Control _
)
[C#]
public Region(
   string name,
   Control control
);

Parameters

name
Name of the region. A PlaceHolder with a matching name will map to this region.
control
Container for the controls in a Region object's PlaceHolder.

See Also

Region Class | GeekDork.WebSkeleton Namespace | LayoutControl | Name