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