StartPage.ChildPage Property
Gets or sets the child page of the current start page.
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.WebPageRenderingBaseThe child page of the current start page.
Show: