Share via


RedirectConfiguration.CustomPath Property

Definition

Gets or sets the full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.

[Newtonsoft.Json.JsonProperty(PropertyName="customPath")]
public string CustomPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customPath")>]
member this.CustomPath : string with get, set
Public Property CustomPath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to