WebPageBase.RenderPage Method
Renders the content of one page within another page.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
abstract RenderPage : path:string * data:Object[] -> HelperResult override RenderPage : path:string * data:Object[] -> HelperResult
Parameters
- path
- Type: System.String
The path of the page to render.
- data
- Type: 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: