Class SessionDetailModel
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class SessionDetailModel : IdentityPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SessionDetailModel(IIdentitySessionAppService)
Declaration
public SessionDetailModel(IIdentitySessionAppService identitySessionAppService)
Parameters
Type | Name | Description |
---|---|---|
IIdentitySessionAppService | identitySessionAppService |
Properties
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IdentitySessionAppService
Declaration
protected IIdentitySessionAppService IdentitySessionAppService { get; }
Property Value
Type | Description |
---|---|
IIdentitySessionAppService |
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> |