Show / Hide Table of Contents

Class RedirectToLogout

Inheritance
object
AbpAccountPublicMauiBlazorComponentBase
RedirectToLogout
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
[Route("/account/logout")]
public class RedirectToLogout : AbpAccountPublicMauiBlazorComponentBase

Constructors

RedirectToLogout()

Declaration
public RedirectToLogout()

Properties

CodeFlowExternalAuthService

Declaration
[Inject]
public IExternalAuthService CodeFlowExternalAuthService { get; set; }
Property Value
Type Description
IExternalAuthService

NavigationManager

Declaration
[Inject]
public NavigationManager NavigationManager { get; set; }
Property Value
Type Description
NavigationManager

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft