4 references to ActionNameAttribute
Microsoft.AspNetCore.Mvc.Core (4)
ActionNameAttribute.cs (1)
13
/// Initializes a new <see cref="
ActionNameAttribute
"/> instance.
ApplicationModels\DefaultApplicationModelProvider.cs (2)
274
var
actionName = attributes.OfType<
ActionNameAttribute
>().FirstOrDefault();
MvcOptions.cs (1)
279
/// This option does not affect values specified using <see cref="
ActionNameAttribute
"/>.