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)
94
if (string.IsNullOrEmpty(
_notFoundUrl
))
102
HandleNotFoundAfterResponseStarted(bufferWriter, _httpContext,
_notFoundUrl
);