Click or drag to resize

FrameParametersFrame Property

Gets the IFrame instance associated with the handler.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IFrame Frame { get; }

Return Value

Type: IFrame
The IFrame instance associated with the handler.
See Also