Class IndexModel
Inheritance
System.Object
IndexModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class IndexModel : IdentityPageModel
Properties
Action
Declaration
[Display(Name = "SecurityLogs:Action")]
public string Action { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ApplicationName
Declaration
[Display(Name = "SecurityLogs:Application")]
public string ApplicationName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ClientId
Declaration
[Display(Name = "SecurityLogs:Client")]
public string ClientId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CorrelationId
Declaration
[Display(Name = "SecurityLogs:CorrelationId")]
public string CorrelationId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndTime
Declaration
[Display(Name = "SecurityLogs:EndTime")]
[DataType(DataType.Date)]
public DateTime? EndTime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
Identity
Declaration
[Display(Name = "SecurityLogs:Identity")]
public string Identity { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartTime
Declaration
[Display(Name = "SecurityLogs:StartTime")]
[DataType(DataType.Date)]
public DateTime? StartTime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
UserName
Declaration
[Display(Name = "SecurityLogs:UserName")]
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|