20 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 (4)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
82return property.Value;
StaticAssetProperty.cs (1)
24private string GetDebuggerDisplay() => $"Name: {Name} Value:{Value}";
StaticAssetsManifestJsonContext.StaticAssetProperty.g.cs (2)
79Getter = static obj => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty)obj).Value, 109writer.WriteString(PropName_Value, ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty)value).Value);