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)
355
if (context.
DidPreventNavigation
)
385
if (context.
DidPreventNavigation
)
403
if (context.
DidPreventNavigation
)
417
return !context.
DidPreventNavigation
;