1 write to ControllerName
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationExpanderContext.cs (1)
33ControllerName = controllerName;
5 references to ControllerName
Microsoft.AspNetCore.Mvc.Razor (4)
RazorViewEngine.cs (4)
256expanderContext.ControllerName, 312!string.IsNullOrEmpty(context.ControllerName)) 316else if (!string.IsNullOrEmpty(context.ControllerName)) 360expanderContext.ControllerName,
Microsoft.AspNetCore.Mvc.Razor.Test (1)
RazorViewEngineTest.cs (1)
1845Assert.Equal("MyController", c.ControllerName);