Class IdentityUserExportDropdownComponent
Inheritance
IdentityUserExportDropdownComponent
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class IdentityUserExportDropdownComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
IdentityUserExportDropdownComponent()
Declaration
public IdentityUserExportDropdownComponent()
Fields
ExportToCsvEndpoint
Declaration
protected const string ExportToCsvEndpoint = "api/identity/users/export-as-csv"
Field Value
ExportToExcelEndpoint
Declaration
protected const string ExportToExcelEndpoint = "api/identity/users/export-as-excel"
Field Value
Properties
IdentityUserAppService
Declaration
[Inject]
protected IIdentityUserAppService IdentityUserAppService { get; set; }
Property Value
JsonSerializer
Declaration
[Inject]
protected IJsonSerializer JsonSerializer { get; set; }
Property Value
NavigationManager
Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
ServerUrlProvider
Declaration
[Inject]
protected IServerUrlProvider ServerUrlProvider { get; set; }
Property Value
UserManagementState
Declaration
[Inject]
protected UserManagementState UserManagementState { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
ExportToCsvFileAsync()
Declaration
protected virtual Task ExportToCsvFileAsync()
Returns
ExportToExcelFileAsync()
Declaration
protected virtual Task ExportToExcelFileAsync()
Returns
Implements
Extension Methods