RemoteAuthenticatorViewCore<TAuthenticationState>.LogOutFailed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a RenderFragment with the UI to display while LogOutFailed is being handled.
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)
Property Value
- Attributes