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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.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