17 references to Value
Microsoft.AspNetCore.Components.Endpoints (8)
src\Shared\Components\ResourceCollectionResolver.cs (8)
71label = property.Value; 76integrity = property.Value; 81preloadRel = property.Value; 86preloadAs = property.Value; 91preloadPriority = property.Value; 96preloadCrossorigin = property.Value; 101preloadOrder = property.Value; 106preloadGroup = property.Value;
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
src\Shared\Components\ResourceCollectionResolver.cs (8)
71label = property.Value; 76integrity = property.Value; 81preloadRel = property.Value; 86preloadAs = property.Value; 91preloadPriority = property.Value; 96preloadCrossorigin = property.Value; 101preloadOrder = property.Value; 106preloadGroup = property.Value;
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetProperty.cs (1)
24private string GetDebuggerDisplay() => $"Name: {Name} Value:{Value}";