Click or drag to resize

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.16.0
Syntax
C#
public string TargetName { get; }

Property Value

Type: String
The popup window target name that was passed through the window.open() JavaScript function.
See Also