RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogOutSucceeded 属性

定义

获取或设置一个事件回调,该回调将在注销操作成功时使用存储的身份验证状态调用。

public:
 property Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> OnLogOutSucceeded { Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TAuthenticationState> OnLogOutSucceeded { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnLogOutSucceeded : Microsoft.AspNetCore.Components.EventCallback<'AuthenticationState (requires 'AuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState)> with get, set
Public Property OnLogOutSucceeded As EventCallback(Of TAuthenticationState)

属性值

EventCallback<TAuthenticationState>
属性

适用于