Delen via


UrlRewriteActionParameters.PreserveUnmatchedPath Property

Definition

Gets or sets whether to preserve unmatched path. Default value is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to