共用方式為


SiteAuthSettingsInner.AllowedExternalRedirectUrls 屬性

定義

取得或設定可在登入或登出應用程式時重新導向至 的外部 URL。 請注意,會忽略 URL 的查詢字串部分。 這是 Windows 市集應用程式後端通常需要的進階設定。 請注意,目前網域中的 URL 一律是隱含允許的。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於