次の方法で共有


OpenIdConnectOptions.PostLogoutRedirectUri プロパティ

定義

アプリケーションが ID プロバイダーからサインアウトされた後にユーザー エージェントが返される URI。 リダイレクトは、SignedOutCallbackPath が呼び出された後に発生します。

public:
 property System::String ^ PostLogoutRedirectUri { System::String ^ get(); void set(System::String ^ value); };
public string PostLogoutRedirectUri { get; set; }
member this.PostLogoutRedirectUri : string with get, set
Public Property PostLogoutRedirectUri As String

プロパティ値

注釈

この URI は、アプリケーションのドメインから外れる可能性があります。 既定では、ルートを指します。

適用対象