@page "/Redistributables/{id:guid}/Archives" @using LANCommander.Server.UI.Pages.Redistributables.Components @attribute [Authorize(Roles = RoleService.AdministratorRoleName)] @code { [Parameter] public Guid Id { get; set; } }