WebPageBase::ConfigurePage Method

When overridden in a derived class, configures the current web page based on the configuration of the parent web page.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

protected:
virtual void ConfigurePage(
	WebPageBase^ parentPage
)

Parameters

parentPage
Type: System.Web.WebPages::WebPageBase
The parent page from which to read configuration information.
Show: