1 write to ControllerName
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationExpanderContext.cs (1)
33
ControllerName
= controllerName;
4 references to ControllerName
Microsoft.AspNetCore.Mvc.Razor (4)
RazorViewEngine.cs (4)
256
expanderContext.
ControllerName
,
312
!string.IsNullOrEmpty(context.
ControllerName
))
316
else if (!string.IsNullOrEmpty(context.
ControllerName
))
360
expanderContext.
ControllerName
,