1 write to ActionName
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
34
ActionName
= action.ActionName,
4 references to ActionName
Microsoft.AspNetCore.Mvc.Core (2)
MvcOptions.cs (1)
271
/// <see cref="ControllerActionDescriptor.
ActionName
"/> is used to construct the route to the action as
Routing\IRouteValueProvider.cs (1)
25
/// <see cref="ControllerActionDescriptor.
ActionName
"/>
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
PartialViewResult.cs (1)
28
/// When <c>null</c>, defaults to <see cref="ControllerActionDescriptor.
ActionName
"/>.
ViewResult.cs (1)
28
/// When <c>null</c>, defaults to <see cref="ControllerActionDescriptor.
ActionName
"/>.