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

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

Parameters

text
Type: System.String
Input text
startTag
Type: System.String
Start highlight tag
endTag
Type: System.String
End tag

Return Value

Type: String
See Also