5 references to IsProgressivelyEnhancedNavigation
Microsoft.AspNetCore.Components.Endpoints (5)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
270
&&
IsProgressivelyEnhancedNavigation
(httpContext.Request))
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
31
if (!isReExecuted &&
IsProgressivelyEnhancedNavigation
(httpContext.Request))
99
!
IsProgressivelyEnhancedNavigation
(httpContext.Request))
153
var isEnhancedNavigation =
IsProgressivelyEnhancedNavigation
(_httpContext.Request);
237
bool useEnhancedNav =
IsProgressivelyEnhancedNavigation
(httpContext.Request);