1 write to _controllerType
Mvc.RoutingWebSite (1)
ControllerRouteTokenTransformerConvention.cs (1)
17
_controllerType
= controllerType;
1 reference to _controllerType
Mvc.RoutingWebSite (1)
ControllerRouteTokenTransformerConvention.cs (1)
22
return action.Controller.ControllerType ==
_controllerType
;