@page "/Servers/{id:guid}/Actions" @using LANCommander.Server.UI.Pages.Servers.Components @if (context != null && context.Id != Guid.Empty) { Full } @code { [Parameter] public Guid Id { get; set; } ActionEditor ActionEditor; }