Class LoggedOutModel
Inheritance
System.Object
LoggedOutModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class LoggedOutModel : AccountPageModel
Properties
ClientName
Declaration
public string ClientName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PostLogoutRedirectUri
Declaration
public string PostLogoutRedirectUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SignOutIframeUrl
Declaration
public string SignOutIframeUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods