6 references to NormalizePath
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);
Microsoft.AspNetCore.Mvc.Razor.Test (2)
ViewPathTest.cs (2)
16
var normalizedPath = ViewPath.
NormalizePath
(input);
28
var normalizedPath = ViewPath.
NormalizePath
(input);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
63
lookup.TryAdd(ViewPath.
NormalizePath
(viewDescriptor.RelativePath), viewDescriptor);