Blazorise Highlighter API

Explore the Blazorise Highlighter API reference for parameters, events, methods, and related types.

For examples and usage guidance, see the Highlighter documentation.

API

Parameters

Parameter Description TypeDefault
CaseSensitive

Whether or not the search term will be case sensitive.

boolfalse
HighlightedText

The search term to be highlighted.

string
HighlightedTexts

Array of search terms to be highlighted.

Remarks

Although this is an array, mutating it in-place (e.g. HighlightedTexts[1] = "new value") will not trigger a change. To update highlights, always reassign the entire array.

string[]null
NextBoundary

A regex expression used for searching the word boundaries.

string".*?\\b"
Text

The whole text in which a HighlightedText will be highlighted.

string
UntilNextBoundary

If true, highlights the text until the next word boundary.

boolfalse
On this page