3 references to WebViewScrollToLocationHash
Microsoft.AspNetCore.Components.WebView (3)
ComponentsWebViewServiceCollectionExtensions.cs (1)
28
services.TryAddScoped<IScrollToLocationHash,
WebViewScrollToLocationHash
>();
PageContext.cs (2)
51
var
webViewScrollToLocationHash = (
WebViewScrollToLocationHash
)ServiceProvider.GetRequiredService<IScrollToLocationHash>();