6 references to UrlDecode
Microsoft.DotNet.Helix.Sdk.Tests (1)
HelpersTests.cs (1)
31Assert.Equal(WebUtility.UrlDecode(workItemName), actual);
Microsoft.Extensions.AI.Abstractions (1)
Contents\DataUriParser.cs (1)
200Encoding.UTF8.GetBytes(WebUtility.UrlDecode(Data.ToString()));
Microsoft.Maui.Controls (1)
Shell\ShellContent.cs (1)
396 value = global::System.Net.WebUtility.UrlDecode((string)value);
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\LegacyPropagator.cs (2)
172WebUtility.UrlDecode(baggageString.Substring(keyStart, keyEnd - keyStart)).Trim(s_trimmingSpaceCharacters), 173WebUtility.UrlDecode(baggageString.Substring(valueStart, currentIndex - valueStart)).Trim(s_trimmingSpaceCharacters)));
System.Net.HttpListener (1)
System\Net\Managed\HttpEndPointListener.cs (1)
183string path = WebUtility.UrlDecode(uri.AbsolutePath);