Bagikan melalui


AsciiFoldingTokenFilter.PreserveOriginal Property

Definition

Gets or sets a value indicating whether the original token will be kept. Default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="preserveOriginal")]
public bool? PreserveOriginal { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preserveOriginal")>]
member this.PreserveOriginal : Nullable<bool> with get, set
Public Property PreserveOriginal As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to