Click or drag to resize

WebBrowserExtensionsGetMainFrame Method

Version 75.1.140
Returns the main (top-level) frame for the browser window.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public static IFrame GetMainFrame(
	this IWebBrowser webBrowser
)

Parameters

webBrowser
Type: CefSharpIWebBrowser

[Missing <param name="webBrowser"/> documentation for "M:CefSharp.WebBrowserExtensions.GetMainFrame(CefSharp.IWebBrowser)"]

Return Value

Type: IFrame
Frame

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IWebBrowser. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also