WebPageBase.ConfigurePage(WebPageBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.