1 implementation of GetPage
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
131
public RazorPageResult
GetPage
(string executingFilePath, string pagePath)
2 references to GetPage
Microsoft.AspNetCore.Mvc.Razor (2)
IRazorViewEngine.cs (1)
21
/// Use <see cref="
GetPage
(string, string)"/> when the absolute or relative path of the page is known.
RazorView.cs (1)
271
var layoutPageResult = _viewEngine.
GetPage
(executingFilePath, layoutPath);