6 references to IsProgressivelyEnhancedNavigation
Microsoft.AspNetCore.Components.Endpoints (6)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
247&& IsProgressivelyEnhancedNavigation(httpContext.Request))
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
32if (!isReExecuted && IsProgressivelyEnhancedNavigation(httpContext.Request)) 100!IsProgressivelyEnhancedNavigation(httpContext.Request)) 154var isEnhancedNavigation = IsProgressivelyEnhancedNavigation(_httpContext.Request); 238bool useEnhancedNav = IsProgressivelyEnhancedNavigation(httpContext.Request);
Rendering\SSRRenderModeBoundary.cs (1)
127if (EndpointHtmlRenderer.IsProgressivelyEnhancedNavigation(_httpContext.Request))