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 | Type | Default |
|---|---|---|---|
CaseSensitive |
Whether or not the search term will be case sensitive. |
bool | false |
HighlightedText |
The search term to be highlighted. |
string | |
HighlightedTexts |
Array of search terms to be highlighted. RemarksAlthough this is an array, mutating it in-place (e.g. |
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. |
bool | false |