StartPage::RenderPage Method

Renders the ChildPage page.

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

public:
virtual HelperResult^ RenderPage(
	String^ path, 
	... array<Object^>^ data
) override

Parameters

path
Type: System::String
The path of the page to render.
data
Type: array<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: