WebPageBase.ConfigurePage(WebPageBase) Method

Definition

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

protected virtual void ConfigurePage (System.Web.WebPages.WebPageBase parentPage);
abstract member ConfigurePage : System.Web.WebPages.WebPageBase -> unit
override this.ConfigurePage : System.Web.WebPages.WebPageBase -> unit
Protected Overridable Sub ConfigurePage (parentPage As WebPageBase)

Parameters

parentPage
WebPageBase

The parent page from which to read configuration information.

Applies to