1 reference to GetDecodedPath
Microsoft.AspNetCore.Components (1)
Routing\RouteContext.cs (1)
18Path = path.Contains('%') ? GetDecodedPath(path) : path;