Find and Highlight any Tagged Text within HTML.

Syntax

ISHtmlUtilities.HighlightTags(html, openingTagChar, closingTagChar, [cssStyle])

Parameters

NameTypeOptionalByRefDescription
html String The HTML to search.
openingTagChar String The Opening Tag Character.
closingTagChar String The Opening Tag Character.
cssStyle String Optional The CSS Style to apply to the HTML span that will be inserted around the found text. If omitted, a value of color:black;background-color:yellow is assumed.

Return Value

String

A String value.

Member of:
ISHtmlUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0