ChromiumWebBrowser Constructor (String, IRequestContext) |
Version 63.0.0
Namespace: CefSharp.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public ChromiumWebBrowser(
string address,
IRequestContext requestContext = null
)
public:
ChromiumWebBrowser(
String^ address,
IRequestContext^ requestContext = nullptr
)
Parameters
- address
- Type: SystemString
The address. - requestContext (Optional)
- Type: CefSharpIRequestContext
Request context that will be used for this browser instance,
if null the Global Request Context will be used
See Also