2 references to SetNotFoundResponseAsync
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
90
_ = GetErrorHandledTask(
SetNotFoundResponseAsync
(navigationManager.BaseUri, args));
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1826
await
SetNotFoundResponseAsync
(httpContext.Request.PathBase, args);