NewPage(String,PageOptions) Method
Creates a new page and assigns an HTML markup to the page.
'Declaration
Public Overloads Function NewPage( _
ByVal As System.String, _
Optional ByVal As PageOptions _
) As HtmlPage
Parameters
- html
- The HTML markup to set.
- pageOptions
- Configuration options for the new page.
Return Value