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