1 write to _notFoundUrl
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
91_notFoundUrl = GetNotFoundUrl(baseUri, args);
2 references to _notFoundUrl
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (2)
89if (string.IsNullOrEmpty(_notFoundUrl)) 96HandleNotFoundAfterResponseStarted(bufferWriter, _httpContext, _notFoundUrl);