20 references to HttpUtility
Aspire.Dashboard (8)
Components\Controls\Chart\ChartBase.cs (3)
203return $"<b>{HttpUtility.HtmlEncode(InstrumentViewModel.Instrument?.Name)}</b><br />{HttpUtility.HtmlEncode(name)}: {FormatHelpers.FormatNumberWithOptionalDecimalPlaces(yValue, maxDecimalPlaces: 6, CultureInfo.CurrentCulture)}<br />Time: {FormatHelpers.FormatTime(TimeProvider, TimeProvider.ToLocal(xValue))}"; 417Name = HttpUtility.HtmlEncode(yLabel)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
52<b>{HttpUtility.HtmlEncode(title)}</b><br />
Model\Assistant\ChatViewModel.cs (1)
69var newText = HttpUtility.HtmlEncode(text);
Model\ValidateTokenMiddleware.cs (1)
50var qs = HttpUtility.ParseQueryString(context.Request.QueryString.ToString());
src\Shared\StringUtils.cs (2)
28return HttpUtility.UrlEncode(value); 33return HttpUtility.UrlDecode(value);
Aspire.Dashboard.Components.Tests (1)
Pages\MetricsTests.cs (1)
180var query = HttpUtility.ParseQueryString(loadRedirect.Query);
Aspire.Dashboard.Tests (3)
Integration\FrontendBrowserTokenAuthTests.cs (2)
224var queryString = HttpUtility.ParseQueryString(uri.Query); 254var queryString = HttpUtility.ParseQueryString(uri.Query);
Integration\FrontendOpenIdConnectAuthTests.cs (1)
51var query = HttpUtility.ParseQueryString(redirectedTo.Query);
Aspire.Hosting (2)
src\Shared\StringUtils.cs (2)
28return HttpUtility.UrlEncode(value); 33return HttpUtility.UrlDecode(value);
dotnet (1)
NugetSearch\NugetToolSearchApiRequest.cs (1)
49NameValueCollection query = HttpUtility.ParseQueryString(uriBuilder.Query);
Microsoft.ML.Parquet (1)
PartitionedPathParser.cs (1)
385value = HttpUtility.UrlDecode(nameValue[1]);
Microsoft.NET.Build.Containers (1)
AuthHandshakeMessageHandler.cs (1)
519var queryDict = System.Web.HttpUtility.ParseQueryString("");
netstandard (1)
netstandard.cs (1)
2246[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.HttpUtility))]
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1179HttpUtility.UrlEncode(str);
System.Web (1)
System.Web.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.HttpUtility))]