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