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)
64
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))
98
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))
135
args.CancellationToken.Register(() => cancelled = args.
Path
);
154
if (args.
Path
.EndsWith("jan", StringComparison.Ordinal))