2 writes to ControllerName
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ControllerModel.cs (1)
51
ControllerName
= other.ControllerName;
ApplicationModels\DefaultApplicationModelProvider.cs (1)
164
controllerModel.
ControllerName
=
6 references to ControllerName
Microsoft.AspNetCore.Mvc.Core (6)
ApplicationModels\ActionModel.cs (1)
131
/// to the key <c>action</c> and the value of <see cref="ControllerModel.
ControllerName
"/> is
ApplicationModels\ApplicationModelFactory.cs (1)
134
{ "controller", controller.
ControllerName
},
ApplicationModels\ControllerActionDescriptorBuilder.cs (2)
38
actionDescriptor.ControllerName = controller.
ControllerName
;
248
actionDescriptor.RouteValues.Add("controller", controller.
ControllerName
);
ApplicationModels\ControllerModel.cs (2)
51
ControllerName = other.
ControllerName
;
100
string ICommonModel.Name =>
ControllerName
;