3 writes to AssetPath
Microsoft.AspNetCore.StaticAssets.Tests (3)
StaticAssetsIntegrationTests.cs (3)
499AssetPath = resource.Path, 520AssetPath = $"{resource.Path}.gz", 578AssetPath = "sample.txt",
2 references to AssetPath
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
ComponentWebAssemblyConventions.cs (1)
44if (descriptor.AssetPath.StartsWith("_framework/", StringComparison.OrdinalIgnoreCase))
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
73return $"Route: {Route} Path: {AssetPath}";