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