Delen via


UrlRedirectActionParameters.RedirectType Property

Definition

Gets or sets the redirect type the rule will use when redirecting traffic. Possible values include: 'Moved', 'Found', 'TemporaryRedirect', 'PermanentRedirect'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to