Compartir a través de


Login.AllowedExternalRedirectUrls Propiedad

Definición

Obtiene o establece direcciones URL externas a las que se puede redirigir como parte del inicio de sesión o el inicio de sesión de la aplicación. Tenga en cuenta que la parte de la cadena de consulta de la dirección URL se omite. Se trata de una configuración avanzada que normalmente solo necesitan los back-end de aplicaciones de la Tienda Windows. Tenga en cuenta que las direcciones URL dentro del dominio actual siempre se permiten implícitamente.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedExternalRedirectUrls")]
public System.Collections.Generic.IList<string> AllowedExternalRedirectUrls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedExternalRedirectUrls")>]
member this.AllowedExternalRedirectUrls : System.Collections.Generic.IList<string> with get, set
Public Property AllowedExternalRedirectUrls As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a