Click or drag to resize

StartSessionParametersFrame Property

Gets the IFrame instance that requests the content capture.

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

Property Value

Type: IFrame
The IFrame instance that requests the content capture.
See Also