| SearchHelperHighlight Method  | 
            Highlight input text with dependence on current search key words.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static string Highlight(
	string text,
	string startTag,
	string endTag
)
Parameters
- text
 - Type: SystemString
Input text - startTag
 - Type: SystemString
Starting HTML tag - endTag
 - Type: SystemString
Ending HTML tag 
Return Value
Type: 
String
See Also