StartPage.ExecutePageHierarchy Method

Calls the methods that are used to execute the developer-written code in the _PageStart start page and in the ChildPage page.

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

'Declaration
Public Overrides Sub ExecutePageHierarchy
'Usage
Dim instance As StartPage

instance.ExecutePageHierarchy()
Show: