共用方式為


OidcProviderOptions.PostLogoutRedirectUri 屬性

定義

取得或設定應用程式的登出後重新導向 URI。 使用者從識別提供者完成登出程式之後,將會在這裡重新導向應用程式。

public:
 property System::String ^ PostLogoutRedirectUri { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string PostLogoutRedirectUri { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string? PostLogoutRedirectUri { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")>]
member this.PostLogoutRedirectUri : string with get, set
Public Property PostLogoutRedirectUri As String

屬性值

屬性

適用於