RemoteAuthenticatorViewCore<TAuthenticationState>.LogOutFailed Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un RenderFragment avec l’interface utilisateur à afficher pendant la LogOutFailed gestion.
public:
property Microsoft::AspNetCore::Components::RenderFragment<System::String ^> ^ LogOutFailed { Microsoft::AspNetCore::Components::RenderFragment<System::String ^> ^ get(); void set(Microsoft::AspNetCore::Components::RenderFragment<System::String ^> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment<string> LogOutFailed { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment<string?> LogOutFailed { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.LogOutFailed : Microsoft.AspNetCore.Components.RenderFragment<string> with get, set
Public Property LogOutFailed As RenderFragment(Of String)
Valeur de propriété
- Attributs