Click or drag to resize

CreatePopupParametersTargetUrl Property

Gets the target URL that will be loaded in the popup browser.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string TargetUrl { get; }

Property Value

Type: String
The target URL that will be loaded in the popup browser.
See Also