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)
66if (args.Path.EndsWith("jan", StringComparison.Ordinal)) 100if (args.Path.EndsWith("jan", StringComparison.Ordinal)) 137args.CancellationToken.Register(() => cancelled = args.Path); 156if (args.Path.EndsWith("jan", StringComparison.Ordinal))