Class SessionDetailModel
Inherited Members
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class SessionDetailModel : AccountPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SessionDetailModel(IAccountSessionAppService)
Declaration
public SessionDetailModel(IAccountSessionAppService accountSessionAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IAccountSessionAppService | accountSessionAppService |
Properties
AccountSessionAppService
Declaration
protected IAccountSessionAppService AccountSessionAppService { get; }
Property Value
| Type | Description |
|---|---|
| IAccountSessionAppService |
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Session
Declaration
public IdentitySessionDto Session { get; }
Property Value
| Type | Description |
|---|---|
| IdentitySessionDto |
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |