1 implementation of GetAbsolutePath
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
276public string? GetAbsolutePath(string? executingFilePath, string? pagePath)
1 reference to GetAbsolutePath
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
179layout = _viewEngine.GetAbsolutePath(viewStart.Path, viewStart.Layout);