TermHighlightEndTag

HighlightOptions.TermHighlightEndTag property

Gets of sets the end 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 TermHighlightEndTag { get; set; }

Property Value

The end tag of the highlighting of the found word.

See Also