Ejemplo n.º 1
0
 /// <summary>
 /// Highlights all occurances of the search terms in a body of text
 /// </summary>
 public static IHtmlString Highlight(this UmbracoHelper helper, IHtmlString s, IEnumerable <string> terms)
 {
     return(new HtmlString(helper.Highlight(s.ToString(), terms)));
 }