Gets or sets the target window or frame in which to display the Web page content.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string Target { get; set; }
Visual Basic
Public Property Target As String
	Get
	Set
Visual C++
public:
property String^ Target {
	String^ get ();
	void set (String^ value);
}
F#
member Target : string with get, set

Property Value

Type: String

See Also