HighlightInResultPages Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to highlight search terms in result pages.

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

Syntax

C#
public bool HighlightInResultPages { get; set; }
Visual Basic
Public Property HighlightInResultPages As Boolean
	Get
	Set
Visual C++
public:
property bool HighlightInResultPages {
	bool get ();
	void set (bool value);
}

Field Value

true if search terms are highlighted in result pages; otherwise, false. The default value is false.

Remarks

Use this property to highlight search terms in result pages.

See Also