Bagikan melalui


RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogOutSucceeded Properti

Definisi

Mendapatkan atau mengatur panggilan balik peristiwa yang akan dipanggil dengan status autentikasi tersimpan saat operasi keluar berhasil.

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)

Nilai Properti

EventCallback<TAuthenticationState>
Atribut

Berlaku untuk