GeekDork.WebSkeleton Reference

IProperties.MainContent Property

The PlaceHolder in WebSkeleton where all controls from within a page's form tag will be moved when the page is parsed. This is the one object that needs to be added to the basepage layout in order to place the page "content" where it's desired.

[Visual Basic]
Property MainContent As PlaceHolder
[C#]
System.Web.UI.WebControls.PlaceHolder MainContent {get;}

See Also

IProperties Interface | GeekDork.WebSkeleton Namespace