Click or drag to resize
TransformationHelperSearchHighlight Method
Highlight input text with dependence on current search keywords.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string SearchHighlight(
	string text,
	string startTag,
	string endTag
)

Parameters

text
Type: SystemString
Input text
startTag
Type: SystemString
Start highlight tag
endTag
Type: SystemString
End tag

Return Value

Type: String
See Also