WebPageBase::RenderPage Method
Renders the content of one page within another 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>
(Optional) An array of data to pass to the page being rendered. In the rendered page, these parameters can be accessed by using the PageData property.
Show: