Implemented interface member:
2 references to Contains
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
AttributeDictionaryTest.cs (2)
91
var result = attributes.
Contains
(new KeyValuePair<string, string>("zero", "0"));
108
var result = attributes.
Contains
(new KeyValuePair<string, string>("zero", "nada"));