CMSAbstractTransformationSearchHighlight Method |
Highlight input text with dependence on current search keywords.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
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