Class IndexModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class IndexModel : IdentityPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel()
Declaration
Properties
Action
Declaration
[Display(Name = "SecurityLogs:Action")]
public string Action { get; set; }
Property Value
ApplicationName
Declaration
[Display(Name = "SecurityLogs:Application")]
public string ApplicationName { get; set; }
Property Value
ClientId
Declaration
[Display(Name = "SecurityLogs:Client")]
public string ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
[Display(Name = "SecurityLogs:IpAddress")]
public string ClientIpAddress { get; set; }
Property Value
CorrelationId
Declaration
[Display(Name = "SecurityLogs:CorrelationId")]
public string CorrelationId { get; set; }
Property Value
EndTime
Declaration
[Display(Name = "SecurityLogs:EndTime")]
[DataType(DataType.Date)]
public DateTime? EndTime { get; set; }
Property Value
Identity
Declaration
[Display(Name = "SecurityLogs:Identity")]
public string Identity { get; set; }
Property Value
StartTime
Declaration
[Display(Name = "SecurityLogs:StartTime")]
[DataType(DataType.Date)]
public DateTime? StartTime { get; set; }
Property Value
UserName
Declaration
[Display(Name = "SecurityLogs:UserName")]
public string UserName { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Implements
Extension Methods