3 references to Separator
Microsoft.AspNetCore.Routing (3)
Patterns\RoutePatternDebugStringFormatter.cs (3)
30
var result = string.Join(
Separator
, segments);
33
if (pattern.RawText is { Length: > 0 } rt && rt[0] ==
Separator
)
35
result =
Separator
+ result;