4 writes to ControllerName
ApplicationModelWebSite (1)
Controllers\ControllerModelController.cs (1)
30
model.
ControllerName
= _controllerName;
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ControllerModel.cs (1)
51
ControllerName
= other.ControllerName;
ApplicationModels\DefaultApplicationModelProvider.cs (1)
163
controllerModel.
ControllerName
=
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\ControllerModelTest.cs (1)
76
controller.
ControllerName
= "cool";
7 references to ControllerName
ApiExplorerWebSite (1)
ApiExplorerVisibilityEnabledConvention.cs (1)
20
controller.ApiExplorer.GroupName = controller.
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
;