Show / Hide Table of Contents

Class LoggedOutModel

Inheritance
object
AccountPageModel
LoggedOutModel
Inherited Members
AccountPageModel.CheckCurrentTenant(Guid?)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetLocalizeExceptionMessage(Exception)
AccountPageModel.StoreConfirmUser(IdentityUser)
AccountPageModel.StoreChangePasswordUser(IdentityUser)
AccountPageModel.CheckLocalLoginAsync()
AccountPageModel.IsValidReturnUrl(string)
AccountPageModel.AccountAppService
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.IdentitySecurityLogManager
AccountPageModel.IdentityLinkUserAppService
AccountPageModel.IdentityOptions
AccountPageModel.ReCaptchaOptions
AccountPageModel.ExceptionToErrorInfoConverter
AccountPageModel.IdentityDynamicClaimsPrincipalContributorCache
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class LoggedOutModel : AccountPageModel

Constructors

LoggedOutModel()

Declaration
public LoggedOutModel()

Properties

ClientName

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ClientName { get; set; }
Property Value
Type Description
string

Culture

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string Culture { get; set; }
Property Value
Type Description
string

PostLogoutRedirectUri

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string PostLogoutRedirectUri { get; set; }
Property Value
Type Description
string

SignOutIframeUrl

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string SignOutIframeUrl { get; set; }
Property Value
Type Description
string

UICulture

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string UICulture { get; set; }
Property Value
Type Description
string

Methods

NormalizeUrl()

Declaration
protected virtual void NormalizeUrl()

OnGetAsync()

Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type Description
Task<IActionResult>

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft