StartPage::RenderPage Method
Renders the ChildPage page.
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.
Show: