7 instantiations of ActionNameAttribute
BasicWebSite (2)
Controllers\ActionConstraints\ConsumesAttribute_WithFallbackActionController.cs (2)
12[ActionName("CreateProduct")] 19[ActionName("CreateProduct")]
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (1)
1459[ActionName("ShowPeople")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1861[ActionName("GetRealAddressAsync")]
Infrastructure\ActionSelectorTest.cs (3)
1214[ActionName("CustomActionName_Verb")] 1219[ActionName("CustomActionName_DefaultMethod")] 1224[ActionName("CustomActionName_RpcMethod")]
4 references to ActionNameAttribute
Microsoft.AspNetCore.Mvc.Core (4)
ActionNameAttribute.cs (1)
13/// Initializes a new <see cref="ActionNameAttribute"/> instance.
ApplicationModels\DefaultApplicationModelProvider.cs (2)
273var actionName = attributes.OfType<ActionNameAttribute>().FirstOrDefault();
MvcOptions.cs (1)
279/// This option does not affect values specified using <see cref="ActionNameAttribute"/>.