Method | Description | |
---|---|---|
Highlight ( this text, IList |
Highlight(this string, string, string)
|
|
Highlight ( this text, string phrase, string highlighter ) : string |
Highlights one or more phrases everywhere in text by inserting it into a highlighter string.
|
public static Highlight ( this text, IList |
||
text | this | |
phrases | IList |
The list of phrases to highlight |
highlighter | string | |
return | string |
public static Highlight ( this text, string phrase, string highlighter ) : string | ||
text | this | |
phrase | string | The phrase to highlight |
highlighter | string | A string formatter where {0} will be replaced by the phrase (defaults to <strong class="highlighted">{0}</strong>) |
return | string |