Table of Contents

Method InitializeFrom

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

InitializeFrom(IBrowserView, IBrowser)

Initialize a browser view from this particular IBrowser instance. If there is another browser view bound to this browser instance, that view will be de-initialized.

public static void InitializeFrom(this IBrowserView browserView, IBrowser browser)

Parameters

browserView IBrowserView

the browser view to initialize.

browser IBrowser

the browser instance to initialize from.