TermHighlightStartTag

HighlightOptions.TermHighlightStartTag property

Gets of sets the start tag of the highlighting of the found word. This tag is used only when highlighting in plain text. The default value is an empty string.

public string TermHighlightStartTag { get; set; }

Property Value

The start tag of the highlighting of the found word.

See Also