ProtectionProfileSettings.RedirectionUris Property

Definition

Redirection urls to use

public System.Collections.Generic.Dictionary<string,string> RedirectionUris { get; set; }
member this.RedirectionUris : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property RedirectionUris As Dictionary(Of String, String)

Property Value

Remarks

Use this functionality to provide a domain that should be redirected to another Uri The originalUri will be normalized before comparison with the domain for the current request If the domain of the current request matches that of the originalUri then the redirectUri will be used instead This redirection will occur before DNS lookup redirection

Applies to