1 write to Actions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRouting.cs (1)
27handler.Actions = actions;
3 references to Actions
Microsoft.AspNetCore.Mvc.Core (3)
Routing\MvcAttributeRouteHandler.cs (3)
46if (Actions == null) 49nameof(Actions), 54var actionDescriptor = _actionSelector.SelectBestCandidate(context, Actions);