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