2 references to TryGetFromFileProvider
Microsoft.AspNetCore.Components.WebView (2)
StaticContentProvider.cs (2)
34var found = TryGetFromFileProvider(relativePath, out content, out contentType) 35|| (allowFallbackOnHostPage && TryGetFromFileProvider(_hostPageRelativePath, out content, out contentType));