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)
67if (args.Path.EndsWith("jan", StringComparison.Ordinal)) 101if (args.Path.EndsWith("jan", StringComparison.Ordinal)) 138args.CancellationToken.Register(() => cancelled = args.Path); 157if (args.Path.EndsWith("jan", StringComparison.Ordinal))