UltimateSearch Class Library

UltimateSearchOutput.Target Property

Gets or sets the Target window to open the url.

[Visual Basic]
Public Property Target As String
[C#]
public string Target {get; set;}

Property 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

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace