ChromiumWebBrowser(String) Constructor |
Version 130.1.90
Initializes a new instance of the
ChromiumWebBrowser class.
The specified
initialAddress will be loaded initially.
Use this constructor if you are loading a Chrome Extension.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public ChromiumWebBrowser(
string initialAddress
)
public:
ChromiumWebBrowser(
String^ initialAddress
)
Parameters
- initialAddress String
- address to be loaded when the browser is created.
See Also