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)
394
if (context.
DidPreventNavigation
)
424
if (context.
DidPreventNavigation
)
442
if (context.
DidPreventNavigation
)
456
return !context.
DidPreventNavigation
;