5 references to IsProgressivelyEnhancedNavigation
Microsoft.AspNetCore.Components.Endpoints (5)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
210
&&
IsProgressivelyEnhancedNavigation
(httpContext.Request))
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
30
if (
IsProgressivelyEnhancedNavigation
(httpContext.Request))
98
!
IsProgressivelyEnhancedNavigation
(httpContext.Request))
152
var isEnhancedNavigation =
IsProgressivelyEnhancedNavigation
(_httpContext.Request);
236
if (
IsProgressivelyEnhancedNavigation
(httpContext.Request))