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