Click or drag to resize

IFrameViewSource Method

Opens a popup with the frame's source like the browser does when showing page source.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void ViewSource()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFrame object has already been disposed.
See Also