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