3 references to ViewPath
Microsoft.AspNetCore.Mvc.Razor (3)
Compilation\CompiledViewDescriptor.cs (2)
30RelativePath = ViewPath.NormalizePath(item.Identifier); 65RelativePath = ViewPath.NormalizePath(item?.Identifier ?? attribute.Path);
Compilation\DefaultViewCompiler.cs (1)
128normalizedPath = ViewPath.NormalizePath(relativePath);