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)

'Declaration
Public Property ChildPage As WebPageRenderingBase 
	Get 
	Set
'Usage
Dim instance As StartPage 
Dim value As WebPageRenderingBase 

value = instance.ChildPage

instance.ChildPage = value

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: