5 references to IsApplicationRelativePath
Microsoft.AspNetCore.Mvc.Razor (5)
RazorViewEngine.cs (5)
112
if (
IsApplicationRelativePath
(pageName) || IsRelativePath(pageName))
135
if (!(
IsApplicationRelativePath
(pagePath) || IsRelativePath(pagePath)))
160
if (
IsApplicationRelativePath
(viewName) || IsRelativePath(viewName))
175
if (!(
IsApplicationRelativePath
(viewPath) || IsRelativePath(viewPath)))
284
if (
IsApplicationRelativePath
(pagePath))