Login.PreserveUrlFragmentsForLogins Property

Definition

Gets or sets <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to