StartPage.RenderPage Method

Renders the ChildPage page.

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

public override function RenderPage(
	path : String, 
	... data : Object[]
) : HelperResult

Parameters

path
Type: System.String
The path of the page to render.
data
Type: System.Object[]
Additional data that is used to render the page.

Return Value

Type: System.Web.WebPages.HelperResult
The HTML markup that represents the web page.
Show: