@page "/Games/{id:guid}/CustomFields" @attribute [Authorize(Roles = RoleService.AdministratorRoleName)] @code { [Parameter] public Guid Id { get; set; } CustomFieldEditor CustomFieldEditor; }