CreatePopupParametersTargetName Property |
Gets the popup window target name that was passed through the window.open()
JavaScript function.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string TargetName { get; }
Property Value
Type:
String
The popup window target name that was passed through the
window.open()
JavaScript function.
See Also