8 references to PathEndsWithExtraSlash
System.Web (8)
Configuration\MetabaseServerConfig.cs (2)
200
if (!UrlPath.
PathEndsWithExtraSlash
(result) && !UrlPath.PathIsDriveRoot(result)) {
205
if (UrlPath.
PathEndsWithExtraSlash
(result) && !UrlPath.PathIsDriveRoot(result)) {
Configuration\ProcessHostMapPath.cs (2)
329
if (!UrlPath.
PathEndsWithExtraSlash
(result)) {
334
if (UrlPath.
PathEndsWithExtraSlash
(result)) {
Configuration\VirtualDirectoryMapping.cs (1)
81
if (UrlPath.
PathEndsWithExtraSlash
(physicalDirectory)) {
Hosting\HostingEnvironment.cs (2)
1107
if (!UrlPath.
PathEndsWithExtraSlash
(result) && !UrlPath.PathIsDriveRoot(result))
1111
if (UrlPath.
PathEndsWithExtraSlash
(result) && !UrlPath.PathIsDriveRoot(result))
HttpRequest.cs (1)
3020
UrlPath.
PathEndsWithExtraSlash
(realPath)) {