WebViewPage.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.
Sets the view context and view data for the page.
protected override void ConfigurePage (System.Web.WebPages.WebPageBase parentPage);
override this.ConfigurePage : System.Web.WebPages.WebPageBase -> unit
Protected Overrides Sub ConfigurePage (parentPage As WebPageBase)
Parameters
- parentPage
- WebPageBase
The parent page.