1 write to ControllerName
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationExpanderContext.cs (1)
33
ControllerName
= controllerName;
5 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
,
Microsoft.AspNetCore.Mvc.Razor.Test (1)
RazorViewEngineTest.cs (1)
1845
Assert.Equal("MyController", c.
ControllerName
);