CMSAbstractTransformationSearchHighlight Method |
Highlight input text with dependence on current search keywords.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also