HighlightInResultPages Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchOutput..::..HighlightInResultPages Property |
| UltimateSearchOutput Class See Also Send Feedback |
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.