5 references to Unescape
Aspire.Dashboard (5)
Components\Pages\Resources.razor.cs (3)
304
var preselectedHiddenResourceTypes = HiddenTypes?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
305
var preselectedHiddenResourceStates = HiddenStates?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
306
var preselectedHiddenResourceHealthStates = HiddenHealthStates?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
Extensions\TelemetryFilterFormatter.cs (2)
50
var field = StringUtils.
Unescape
(parts[0]);
70
var value = StringUtils.
Unescape
(parts[2]);