ProtectionProfileSettings.RedirectionUris Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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