6 references to IsProgressivelyEnhancedNavigation
Microsoft.AspNetCore.Components.Endpoints (6)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
247
&&
IsProgressivelyEnhancedNavigation
(httpContext.Request))
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
33
if (!isReExecuted &&
IsProgressivelyEnhancedNavigation
(httpContext.Request))
101
!
IsProgressivelyEnhancedNavigation
(httpContext.Request))
155
var isEnhancedNavigation =
IsProgressivelyEnhancedNavigation
(_httpContext.Request);
239
bool useEnhancedNav =
IsProgressivelyEnhancedNavigation
(httpContext.Request);
Rendering\SSRRenderModeBoundary.cs (1)
153
if (EndpointHtmlRenderer.
IsProgressivelyEnhancedNavigation
(_httpContext.Request))