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