Implemented interface member:
method
GetAbsolutePath
Microsoft.AspNetCore.Mvc.Razor.IRazorViewEngine.GetAbsolutePath(System.String, System.String)
7 references to GetAbsolutePath
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
187var applicationRelativePath = GetAbsolutePath(executingFilePath, pagePath)!;
Microsoft.AspNetCore.Mvc.Razor.Test (6)
RazorViewEngineTest.cs (6)
1513var result = viewEngine.GetAbsolutePath(executingFilePath, pagePath); 1531var result = viewEngine.GetAbsolutePath(executingFilePath, pagePath); 1547var result = viewEngine.GetAbsolutePath("/Index.cshtml", pagePath); 1566var result = viewEngine.GetAbsolutePath(executingFilePath, pagePath); 1583var result = viewEngine.GetAbsolutePath("/Home/Page.cshtml", pagePath); 1600var result = viewEngine.GetAbsolutePath(executingFilePath: null, pagePath: pagePath);