1 reference to SeparatorString
Microsoft.AspNetCore.Components (1)
src\Http\Routing\src\Patterns\RoutePattern.cs (1)
163
return RawText ?? string.Join(
SeparatorString
, PathSegments.Select(s => s.DebuggerToString()));