1 write to DidPreventNavigation
Microsoft.AspNetCore.Components (1)
Routing\LocationChangingContext.cs (1)
39
DidPreventNavigation
= true;
4 references to DidPreventNavigation
Microsoft.AspNetCore.Components (4)
NavigationManager.cs (4)
384
if (context.
DidPreventNavigation
)
414
if (context.
DidPreventNavigation
)
432
if (context.
DidPreventNavigation
)
446
return !context.
DidPreventNavigation
;