7 references to FromUriComponent
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationPostConfigureOptions.cs (1)
55
options.CallbackPath = PathString.
FromUriComponent
(wreply);
Microsoft.AspNetCore.Http.Extensions (1)
UriHelper.cs (1)
167
pathBase: PathString.
FromUriComponent
(uri),
Microsoft.AspNetCore.TestHost (5)
ClientHandler.cs (1)
180
req.Path = PathString.
FromUriComponent
(request.RequestUri);
TestServer.cs (3)
152
private PathString PathBase => BaseAddress == null ? PathString.Empty : PathString.
FromUriComponent
(BaseAddress);
195
var pathBase = BaseAddress == null ? PathString.Empty : PathString.
FromUriComponent
(BaseAddress);
227
var pathBase = PathString.
FromUriComponent
(BaseAddress);
WebSocketClient.cs (1)
71
request.Path = PathString.
FromUriComponent
(uri);