Target Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the Target window to open the url.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

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);
}

Field Value

Target window to open the url. Where to open the target URL. Either specify the name of the window or frame, or use one of the following reserved values: _blank - the target url will open in a new window _self - the target url will open in the same frame as it was clicked _parent - the target url will open in the parent frameset _top - the target url will open in the full body of the window

Remarks

Use this property to set the Target attribute of the url.

See Also