Property TargetName
- Namespace
- DotNetBrowser.Browser.Handlers
- Assembly
- DotNetBrowser.dll
TargetName
Gets the popup window target name that was passed through the window.open()
JavaScript function.
public string TargetName { get; }
Property Value
- string
The popup window target name that was passed through the
window.open()
JavaScript function.