Show / Hide Table of Contents

Class AuditLogsManagement

Inheritance
object
AbpAuditLoggingComponentBase
AuditLogsManagement
Namespace: Volo.Abp.AuditLogging.Blazor.Pages.AuditLogging
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
[Authorize("AuditLogging.AuditLogs")]
[Route("/audit-logs")]
public class AuditLogsManagement : AbpAuditLoggingComponentBase

Constructors

AuditLogsManagement()

Declaration
public AuditLogsManagement()

Fields

BreadcrumbItems

Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
Type Description
List<BreadcrumbItem>

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

Properties

Toolbar

Declaration
protected PageToolbar Toolbar { get; }
Property Value
Type Description
PageToolbar

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected virtual ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

SetToolbarItemsAsync()

Declaration
protected virtual ValueTask SetToolbarItemsAsync()
Returns
Type Description
ValueTask
In this article
Back to top Powered by Volosoft