StartPage.ChildPage Property

Gets or sets the child page of the current start page.

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

member ChildPage : WebPageRenderingBase with get, set

Property Value

Type: System.Web.WebPages.WebPageRenderingBase
The child page of the current start page.

The child page is the page that will be executed when the RunPage() method executes.

Show: