2 references to Resource
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeRouteView.cs (1)
94builder.AddComponentParameter(5, nameof(AuthorizeRouteViewCore.Resource), Resource);
AuthorizeViewCore.cs (1)
112var result = await AuthorizationService.AuthorizeAsync(user, Resource, policy!);