12 references to Empty
Microsoft.AspNetCore.Http.Abstractions (4)
HttpRequest.cs (1)
57
/// The value may be <see cref="PathString.
Empty
"/> if <see cref="PathBase"/> contains the full path,
PathString.cs (3)
294
remaining =
Empty
;
345
remaining =
Empty
;
346
matched =
Empty
;
Microsoft.AspNetCore.Rewrite (2)
IISUrlRewrite\IISUrlRewriteRule.cs (1)
44
if (path == PathString.
Empty
)
RewriteRule.cs (1)
31
if (path == PathString.
Empty
)
Microsoft.AspNetCore.Routing (1)
UriBuildingContext.cs (1)
262
pathString = PathString.
Empty
;
Microsoft.AspNetCore.StaticFiles (1)
Infrastructure\SharedOptions.cs (1)
21
RequestPath = PathString.
Empty
;
Microsoft.AspNetCore.TestHost (4)
ClientHandler.cs (1)
181
req.PathBase = PathString.
Empty
;
TestServer.cs (2)
152
private PathString PathBase => BaseAddress == null ? PathString.
Empty
: PathString.FromUriComponent(BaseAddress);
195
var pathBase = BaseAddress == null ? PathString.
Empty
: PathString.FromUriComponent(BaseAddress);
WebSocketClient.cs (1)
72
request.PathBase = PathString.
Empty
;