5 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)
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
292public Task RefreshScrollPositionForHash(string locationAbsolute)
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyScrollToLocationHash.cs (1)
12public Task RefreshScrollPositionForHash(string locationAbsolute)
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewScrollToLocationHash.cs (1)
25public async Task RefreshScrollPositionForHash(string locationAbsolute)
1 reference to RefreshScrollPositionForHash
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
334await ScrollToLocationHash.RefreshScrollPositionForHash(_locationAbsolute);