SearchParameters.HighlightPostTag Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to