Implemented interface member:
2 references to Remove
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
AttributeDictionaryTest.cs (2)
263
var result = attributes.
Remove
(new KeyValuePair<string, string>("one", "1"));
285
var result = attributes.
Remove
(new KeyValuePair<string, string>("one", "0"));