Class SecurityLogsModel
Inherited Members
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class SecurityLogsModel : AccountPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SecurityLogsModel()
Declaration
public SecurityLogsModel()
Properties
Action
Declaration
[Display(Name = "MySecurityLogs:Action")]
public string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
Declaration
[Display(Name = "MySecurityLogs:EndTime")]
public DateTime? EndTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
ReturnUrl
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Declaration
[Display(Name = "MySecurityLogs:StartTime")]
public DateTime? StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |