StartPage.RenderPage(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the ChildPage page.
public override System.Web.WebPages.HelperResult RenderPage (string path, params object[] data);
override this.RenderPage : string * obj[] -> System.Web.WebPages.HelperResult
Public Overrides Function RenderPage (path As String, ParamArray data As Object()) As HelperResult
Parameters
- path
- String
The path of the page to render.
- data
- Object[]
Additional data that is used to render the page.
Returns
The HTML markup that represents the web page.