4 references to ActionModel
ApplicationModelWebSite (1)
Conventions\CloneActionConvention.cs (1)
19
var actionCopy = new
ActionModel
(action)
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerModel.cs (1)
64
Actions = new List<ActionModel>(other.Actions.Select(a => new
ActionModel
(a) { Controller = this }));
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ActionModelTest.cs (2)
38
var action2 = new
ActionModel
(action);
82
var action2 = new
ActionModel
(action);