1 reference to ValidateRequestAsync
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
61
var result = await
ValidateRequestAsync
(context, antiforgeryMetadata?.RequiresValidation == true ? antiforgery : null);