次の方法で共有


SiteAuthSettings.AllowedExternalRedirectUrls プロパティ

定義

アプリのログインまたはログアウトの一環として にリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。 これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。 現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。

public System.Collections.Generic.IList<string> AllowedExternalRedirectUrls { get; }
member this.AllowedExternalRedirectUrls : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedExternalRedirectUrls As IList(Of String)

プロパティ値

適用対象