2 references to ValueCollection
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
AttributeDictionary.cs (2)
66
public ICollection<string?> Values => new
ValueCollection
(this);
72
IEnumerable<string?> IReadOnlyDictionary<string, string?>.Values => new
ValueCollection
(this);