Page.FrameworkInitialize Method

Definition

Initializes the control tree during page generation based on the declarative nature of the page.

protected override void FrameworkInitialize();

Remarks

The FrameworkInitialize method initializes the Page object and creates the control tree based on the declarative nature of the page. The FrameworkInitialize method is overridden by the page parsing and code generation for the Page class for a declarative page. Ordinarily, you should not over need to override this method. If overriding, be sure to call the base class's FrameworkInitialize method.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also