UrlRedirectActionParameters.DestinationProtocol Property

Definition

Gets or sets protocol to use for the redirect. The default value is MatchRequest. Possible values include: 'MatchRequest', 'Http', 'Https'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to