3 writes to ActionName
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ActionModel.cs (1)
52
ActionName
= other.ActionName;
ApplicationModels\DefaultApplicationModelProvider.cs (2)
277
actionModel.
ActionName
= actionName.Name;
281
actionModel.
ActionName
= CanonicalizeActionName(methodInfo.Name);
6 references to ActionName
Microsoft.AspNetCore.Mvc.Core (6)
ApplicationModels\ActionModel.cs (3)
52
ActionName = other.
ActionName
;
130
/// The value of <see cref="
ActionName
"/> is considered an implicit route value corresponding
155
string ICommonModel.Name =>
ActionName
;
ApplicationModels\ApplicationModelFactory.cs (1)
133
{ "action", action.
ActionName
},
ApplicationModels\ControllerActionDescriptorBuilder.cs (2)
34
ActionName = action.
ActionName
,
243
actionDescriptor.RouteValues.Add("action", action.
ActionName
?? string.Empty);