共用方式為


OpenIdConnectOptions.PostLogoutRedirectUri 屬性

定義

從識別提供者登出應用程式之後,使用者代理程式會傳回的 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 可能不在應用程式的網域中。 根據預設,它會指向根目錄。

適用於