1 write to Path
Microsoft.AspNetCore.Components (1)
Routing\NavigationContext.cs (1)
14
Path
= path;
4 references to Path
Microsoft.AspNetCore.Components.Tests (4)
Routing\RouterTest.cs (4)
66
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))
100
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))
137
args.CancellationToken.Register(() => cancelled = args.
Path
);
156
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))