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

属性值

属性

适用于