'宣言 Public Overloads Function NewPage( _ ByVal uri As System.Uri, _ Optional ByVal pageOptions As PageOptions _ ) As HtmlPage
public HtmlPage NewPage( System.Uri uri, PageOptions pageOptions )
パラメータ
- uri
- The target Uri.
- pageOptions
- Configuration options for the new page.
戻り値の型
The created HtmlPage if navigation was successful, null 参照 (Visual Basicでは Nothing) otherwise.