1 write to _viewEngine
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
52
_viewEngine
= viewEngine;
3 references to _viewEngine
Microsoft.AspNetCore.Mvc.Razor (3)
RazorView.cs (3)
179
layout =
_viewEngine
.GetAbsolutePath(viewStart.Path, viewStart.Layout);
271
var layoutPageResult =
_viewEngine
.GetPage(executingFilePath, layoutPath);
275
layoutPageResult =
_viewEngine
.FindPage(context, layoutPath);