6 references to RemoveSlashFromPathIfNeeded
System.Web (6)
Compilation\BuildManager.cs (1)
2254
virtualPathString = UrlPath.
RemoveSlashFromPathIfNeeded
(virtualPathString);
Compilation\WebReferencesBuildProvider.cs (1)
70
currentWebRefDirVirtualPath = UrlPath.
RemoveSlashFromPathIfNeeded
(currentWebRefDirVirtualPath);
Configuration\WebConfigurationHost.cs (1)
225
appPath = UrlPath.
RemoveSlashFromPathIfNeeded
(appPath);
VirtualPath.cs (2)
113
return UrlPath.
RemoveSlashFromPathIfNeeded
(VirtualPathString);
396
virtualPath = UrlPath.
RemoveSlashFromPathIfNeeded
(virtualPath);
VirtualPathUtility.cs (1)
100
return UrlPath.
RemoveSlashFromPathIfNeeded
(virtualPath);