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)

'Declaration
Protected Overridable Sub ConfigurePage ( _
	parentPage As WebPageBase _
)
'Usage
Dim parentPage As WebPageBase 

Me.ConfigurePage(parentPage)

Parameters

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