1 write to Path
Microsoft.AspNetCore.Components (1)
Routing\RouteContext.cs (1)
18Path = path.Contains('%') ? GetDecodedPath(path) : path;
2 references to Path
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Tree\TreeRouter.cs (2)
230var tokenizer = new PathTokenizer(new(context.Path)); 243if (!matcher.TryMatch(new(context.Path), context.RouteValues))