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.26.1
Syntaxpublic string TargetName { get; }Property Value
Type: 
String
                The popup window target name that was passed through the 
window.open()
                JavaScript function.
            
See Also