2 implementations of RefreshScrollPositionForHash
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedScrollToLocationHash.cs (1)
10public Task RefreshScrollPositionForHash(string locationAbsolute)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteScrollToLocationHash.cs (1)
26public async Task RefreshScrollPositionForHash(string locationAbsolute)
1 reference to RefreshScrollPositionForHash
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
478await ScrollToLocationHash.RefreshScrollPositionForHash(_locationAbsolute);