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