1 write to _resource
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
34_resource = resource;
3 references to _resource
Microsoft.AspNetCore.StaticAssets (3)
StaticAssetsInvoker.cs (3)
80public string Route => _resource.Route; 85_fileProvider.GetFileInfo(_resource.AssetPath) is IFileInfo file and { Exists: true } ? 87throw new FileNotFoundException($"The file '{_resource.AssetPath}' could not be found.");