2 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ParameterModelTest.cs (2)
15
var parameter = new ParameterModel(typeof(
TestController
).GetMethod("Edit").GetParameters()[0],
18
parameter.Action = new ActionModel(typeof(
TestController
).GetMethod("Edit"), new List<object>());