SearchParameters.HighlightPreTag Property

Definition

Gets or sets a string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is <em>.

[Newtonsoft.Json.JsonIgnore]
public string HighlightPreTag { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.HighlightPreTag : string with get, set
Public Property HighlightPreTag As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to