7 references to GetArgumentDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentHelper.cs (1)
131
var argumentDictionary =
GetArgumentDictionary
(descriptor, arguments);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ViewComponents\DefaultViewComponentHelperTest.cs (6)
22
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, null);
37
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, new { a = 0 });
57
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, 0);
77
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, new { a = 0, b = "foo" });
104
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, expectedValue);
128
var argumentDictionary = DefaultViewComponentHelper.
GetArgumentDictionary
(descriptor, arguments);