PageExtensions..::..PrepareChildControlsDuringPreInit Method
Can be called during the Page.PreInit stage to make child controls available.
Needed when a master page is applied.
Namespace:
AdvantageCMS.Core.Common.BaseClasses
Assembly:
AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static void PrepareChildControlsDuringPreInit( this Page page )
Parameters
- page
- Type: Page
The page.