1 write to _notFoundUrl
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
97_notFoundUrl = GetNotFoundUrl(baseUri, NotFoundEventArgs);
2 references to _notFoundUrl
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (2)
94if (string.IsNullOrEmpty(_notFoundUrl)) 102HandleNotFoundAfterResponseStarted(bufferWriter, _httpContext, _notFoundUrl);